#9c7b16

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

Shades of Hacienda #9C7B16

Tints of Hacienda #9C7B16

Color information

#9C7B16 (or 0x9C7B16) is unknown color: approx Hacienda. HEX triplet: 9C, 7B and 16. RGB value is (156,123,22). Sum of RGB (Red+Green+Blue) = 156+123+22=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7B16 is #6384E9. Grayscale: #797979. Windows color (decimal): -6522090 or 1473436. OLE color: 1473436.

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

Color convert

RGB15612322-
CMYK00.210.860.39
HSL45.22º75.28%34.9%-
HSV(B)45.22º85.9%61.18%-
XYZ20.9421.293.77-
YUV121.3571.93152.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=51.83%
G=40.86%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561232200.210.860.3945.2275.2834.9
Hex9C7B1601556272d4b23
Octal23417326025126475511343
Binary1001110011110111011001010110101101001111011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c7b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,123,22); }

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

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

 a { background-color: rgb(156,123,22); }

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

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

 span { border-color: rgb(156,123,22); }

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