#9C8A0C

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

Shades of Hacienda #9C8A0C

Tints of Hacienda #9C8A0C

Color information

#9C8A0C (or 0x9C8A0C) is unknown color: approx Hacienda. HEX triplet: 9C, 8A and 0C. RGB value is (156,138,12). Sum of RGB (Red+Green+Blue) = 156+138+12=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8A0C is #6375F3. Grayscale: #818181. Windows color (decimal): -6518260 or 821916. OLE color: 821916.

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

Color convert

RGB15613812-
CMYK00.120.920.39
HSL52.5º85.71%32.94%-
HSV(B)52.5º92.31%61.18%-
XYZ22.8725.274.02-
YUV129.0261.96147.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 12 (5.08% from 255) = 3.92%
R=50.98%
G=45.10%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561381200.120.920.3952.585.7132.94
Hex9C8AC0C5C27345621
Octal23421214014134476412641
Binary100111001000101011000110010111001001111101001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,138,12); }

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

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

 a { background-color: rgb(156,138,12); }

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

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

 span { border-color: rgb(156,138,12); }

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