#9C8907

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

Shades of Hacienda #9C8907

Tints of Hacienda #9C8907

Color information

#9C8907 (or 0x9C8907) is unknown color: approx Hacienda. HEX triplet: 9C, 89 and 07. RGB value is (156,137,7). Sum of RGB (Red+Green+Blue) = 156+137+7=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8907 is #6376F8. Grayscale: #808080. Windows color (decimal): -6518521 or 493980. OLE color: 493980.

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

Color convert

RGB1561377-
CMYK00.120.960.39
HSL52.35º91.41%31.96%-
HSV(B)52.35º95.51%61.18%-
XYZ22.6924.973.83-
YUV127.8659.79148.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=52%
G=45.67%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156137700.120.960.3952.3591.4131.96
Hex9C8970C6027345b20
Octal2342117014140476413340
Binary10011100100010011110110011000001001111101001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,137,7); }

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

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

 a { background-color: rgb(156,137,7); }

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

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

 span { border-color: rgb(156,137,7); }

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