#99860C

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

Shades of Hacienda #99860C

Tints of Hacienda #99860C

Color information

#99860C (or 0x99860C) is unknown color: approx Hacienda. HEX triplet: 99, 86 and 0C. RGB value is (153,134,12). Sum of RGB (Red+Green+Blue) = 153+134+12=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99860C is #6679F3. Grayscale: #7E7E7E. Windows color (decimal): -6715892 or 820889. OLE color: 820889.

HSL color Cylindrical-coordinate representation of color #99860C: hue angle of 51.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99860C is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15313412-
CMYK00.120.920.4
HSL51.91º85.45%32.35%-
HSV(B)51.91º92.16%60%-
XYZ21.7323.853.81-
YUV125.7763.79147.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=51.17%
G=44.82%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531341200.120.920.451.9185.4532.35
Hex9986C0C5C28345520
Octal23120614014134506412540
Binary100110011000011011000110010111001010001101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99860C; }

 p { color: rgb(153,134,12); }

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

<style>
 a { background-color: #99860C; }

 a { background-color: rgb(153,134,12); }

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

<style>
 span { border-color: #99860C; }

 span { border-color: rgb(153,134,12); }

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