#9C7716

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

Shades of Hacienda #9C7716

Tints of Hacienda #9C7716

Color information

#9C7716 (or 0x9C7716) is unknown color: approx Hacienda. HEX triplet: 9C, 77 and 16. RGB value is (156,119,22). Sum of RGB (Red+Green+Blue) = 156+119+22=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7716 is #6388E9. Grayscale: #777777. Windows color (decimal): -6523114 or 1472412. OLE color: 1472412.

HSL color Cylindrical-coordinate representation of color #9C7716: hue angle of 43.43º 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 #9C7716 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB15611922-
CMYK00.240.860.39
HSL43.43º75.28%34.9%-
HSV(B)43.43º85.9%61.18%-
XYZ20.4520.323.6-
YUV11973.26154.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=52.53%
G=40.07%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561192200.240.860.3943.4375.2834.9
Hex9C771601856272b4b23
Octal23416726030126475311343
Binary1001110011101111011001100010101101001111010111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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