Html Css Color HEX #96810B Hacienda

📋 copy color: '#96810B'

red 150 ◦ green 129 ◦ blue 11

#96810B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #96810B

Tints of Hacienda #96810B

RGB

 RED value IS 150 (58.98% from 255) = 51.72%

 GREEN value IS 129 (50.78% from 255) = 44.48%

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 51.72%
G = 44.48%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96810B (or 0x96810B) is known color: Hacienda. HEX triplet: 96, 81 and 0B. RGB value is (150,129,11). Sum of RGB (Red+Green+Blue) = 150+129+11=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96810B is #697EF4. Grayscale: #7A7A7A. Windows color (decimal): -6913781 or 754070. OLE color: 754070.

HSL color Cylindrical-coordinate representation of color #96810B: hue angle of 50.94º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96810B is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 11 -
CMYK 0 0.14 0.93 0.41
HSL 50.94º 0.86% 0.32% -
HSV(B) 50.94º 0.93% 0.59% -
XYZ 20.49 22.21 3.52 -
YUV 121.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 150 129 11 0 0.14 0.93 0.41 50.94 0.86 0.32
Hex 96 81 B 0 E 5D 29 33 56 20
Octal 226 201 13 0 16 135 51 63 126 40
Binary 10010110 10000001 1011 0 1110 1011101 101001 110011 1010110 100000

Color Harmonies of #96810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96810B

Black with #96810B

Text Example


Text Example

White with #96810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96810B; }

 p { color: rgb(150,129,11); }

 H1.HeaderClassName
 {
   color: #96810B;
 }
 .AnyTagClassName
 {
   color: #96810B;
 }
</style>

background-color css

<style>
 a { background-color: #96810B; }

 a { background-color: rgb(150,129,11); }

 div.DivClassName
 {
   background-color: #96810B;
 }
 .BgClassName
 {
   background-color: #96810B;
 }
</style>

border-color css

<style>
 span { border-color: #96810B; }

 span { border-color: rgb(150,129,11); }

 td.TdClassName
 {
   border-color: #96810B;
 }
 .TagClassName
 {
   border-color: #96810B;
 }
</style>