#96860F

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

Shades of Hacienda #96860F

Tints of Hacienda #96860F

Color information

#96860F (or 0x96860F) is unknown color: approx Hacienda. HEX triplet: 96, 86 and 0F. RGB value is (150,134,15). Sum of RGB (Red+Green+Blue) = 150+134+15=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96860F is #6979F0. Grayscale: #7D7D7D. Windows color (decimal): -6912497 or 1017494. OLE color: 1017494.

HSL color Cylindrical-coordinate representation of color #96860F: hue angle of 52.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96860F is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB15013415-
CMYK00.110.90.41
HSL52.89º81.82%32.35%-
HSV(B)52.89º90%58.82%-
XYZ21.1923.573.88-
YUV125.2265.8145.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 15 (6.25% from 255) = 5.02%
R=50.17%
G=44.82%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501341500.110.90.4152.8981.8232.35
Hex9686F0B5A29355220
Octal22620617013132516512240
Binary100101101000011011110101110110101010011101011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96860F; }

 p { color: rgb(150,134,15); }

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

<style>
 a { background-color: #96860F; }

 a { background-color: rgb(150,134,15); }

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

<style>
 span { border-color: #96860F; }

 span { border-color: rgb(150,134,15); }

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