Color Hex Logo

#96651b Color Hex

#96651B
(150,101,27)
0 Favorites   0 Comments

Color spaces of #96651b

RGB 15010127
HSL0.100.690.35
HSV36°82°59°
CMYK 0.000.330.82   0.41
XYZ17.429215.87053.1816
Yxy15.87050.47780.4350
Hunter Lab39.83788.378323.1513
CIE-Lab46.804113.356746.6814

#96651b color RGB value is (150,101,27).

#96651b hex color red value is 150, green value is 101 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #96651b hue: 0.10 , saturation: 0.69 and the lightness value of 96651b is 0.35.

The process color (four color CMYK) of #96651b color hex is 0.00, 0.33, 0.82, 0.41. Web safe color of #96651b is #996633. Color #96651b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 00011011
Octal 226 145 33
Decimal 150 101 27
Hex 96 65 1B

RGB Percentages of Color #96651b

%53.96
%36.33
%9.71

CMYK Percentages of Color #96651b

%0
%33
%82
%41

Triadic Colors of #96651b

#96651b #1b9665 #651b96

Analogous Colors of #96651b

#96651b #8a961b #96281b

Monochromatic Colors of #96651b

#96651b

Complementary Color

#96651b #1b4c96

#96651b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96651b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96651b Color CSS Codes

.mybgcolor {background-color:#96651b; } 
.myforecolor {color:#96651b; }
.mybordercolor {border:3px solid #96651b; }

#96651b Text Font Color

<p style="color:#96651b">Text here</p>

This sample text font color is #96651b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#96651b Background Color

<div style="background-color:#96651b">
Div content here</div>

This div background color is #96651b


#96651b Border Color

<div style="border:3px solid #96651b">
Div here</div>

This div border color is #96651b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,101,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96651b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96651b;
  -webkit-box-shadow: 1px 1px 3px 2px #96651b;
  box-shadow:         1px 1px 3px 2px #96651b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,101,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96651b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #96651b;
  -webkit-box-shadow: 1px 1px 3px 2px #96651b;
  box-shadow:         1px 1px 3px 2px #96651b;">
Div content here</div>

This div box has shadow with color #96651b


Comments

No comments written yet.

Please login to write comment.