#96800B

Color #96800B Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #96800B

Tints of Hacienda #96800B

Color information

#96800B (or 0x96800B) is unknown color: approx Hacienda. HEX triplet: 96, 80 and 0B. RGB value is (150,128,11). Sum of RGB (Red+Green+Blue) = 150+128+11=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96800B is #697FF4. Grayscale: #797979. Windows color (decimal): -6914037 or 753814. OLE color: 753814.

HSL color Cylindrical-coordinate representation of color #96800B: hue angle of 50.5º 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 #96800B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15012811-
CMYK00.150.930.41
HSL50.5º86.34%31.57%-
HSV(B)50.5º92.67%58.82%-
XYZ20.3621.953.48-
YUV121.2465.79148.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=51.90%
G=44.29%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501281100.150.930.4150.586.3431.57
Hex9680B0F5D29335620
Octal22620013017135516312640
Binary100101101000000010110111110111011010011100111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96800B;
 }
 .AnyTagClassName
 {
   color: #96800B;
 }
</style>
background-color css

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

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

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

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

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

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