#99800C

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

Shades of Hacienda #99800C

Tints of Hacienda #99800C

Color information

#99800C (or 0x99800C) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 0C. RGB value is (153,128,12). Sum of RGB (Red+Green+Blue) = 153+128+12=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99800C is #667FF3. Grayscale: #7A7A7A. Windows color (decimal): -6717428 or 819353. OLE color: 819353.

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

Color convert

RGB15312812-
CMYK00.160.920.4
HSL49.36º85.45%32.35%-
HSV(B)49.36º92.16%60%-
XYZ20.9222.243.54-
YUV122.2565.78149.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 12 (5.08% from 255) = 4.10%
R=52.22%
G=43.69%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531281200.160.920.449.3685.4532.35
Hex9980C0105C28315520
Octal23120014020134506112540
Binary1001100110000000110001000010111001010001100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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