#9C8408

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

Shades of Hacienda #9C8408

Tints of Hacienda #9C8408

Color information

#9C8408 (or 0x9C8408) is unknown color: approx Hacienda. HEX triplet: 9C, 84 and 08. RGB value is (156,132,8). Sum of RGB (Red+Green+Blue) = 156+132+8=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8408 is #637BF7. Grayscale: #7D7D7D. Windows color (decimal): -6519800 or 558236. OLE color: 558236.

HSL color Cylindrical-coordinate representation of color #9C8408: hue angle of 50.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C8408 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB1561328-
CMYK00.150.950.39
HSL50.27º90.24%32.16%-
HSV(B)50.27º94.87%61.18%-
XYZ22.0123.593.62-
YUV125.0461.95150.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.70%
GREEN value IS 132 (51.95% from 255) = 44.59%
BLUE value IS 8 (3.52% from 255) = 2.70%
R=52.70%
G=44.59%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156132800.150.950.3950.2790.2432.16
Hex9C8480F5F27325a20
Octal23420410017137476213240
Binary100111001000010010000111110111111001111100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8408; }

 p { color: rgb(156,132,8); }

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

<style>
 a { background-color: #9C8408; }

 a { background-color: rgb(156,132,8); }

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

<style>
 span { border-color: #9C8408; }

 span { border-color: rgb(156,132,8); }

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