#99880C

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

Shades of Hacienda #99880C

Tints of Hacienda #99880C

Color information

#99880C (or 0x99880C) is unknown color: approx Hacienda. HEX triplet: 99, 88 and 0C. RGB value is (153,136,12). Sum of RGB (Red+Green+Blue) = 153+136+12=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99880C is #6677F3. Grayscale: #7F7F7F. Windows color (decimal): -6715380 or 821401. OLE color: 821401.

HSL color Cylindrical-coordinate representation of color #99880C: hue angle of 52.77º 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 #99880C is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15313612-
CMYK00.110.920.4
HSL52.77º85.45%32.35%-
HSV(B)52.77º92.16%60%-
XYZ22.0124.413.9-
YUV126.9563.13146.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=50.83%
G=45.18%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531361200.110.920.452.7785.4532.35
Hex9988C0B5C28355520
Octal23121014013134506512540
Binary100110011000100011000101110111001010001101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99880C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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