#9C7618

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

Shades of Hacienda #9C7618

Tints of Hacienda #9C7618

Color information

#9C7618 (or 0x9C7618) is unknown color: approx Hacienda. HEX triplet: 9C, 76 and 18. RGB value is (156,118,24). Sum of RGB (Red+Green+Blue) = 156+118+24=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7618 is #6389E7. Grayscale: #777777. Windows color (decimal): -6523368 or 1603228. OLE color: 1603228.

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

Color convert

RGB15611824-
CMYK00.240.850.39
HSL42.73º73.33%35.29%-
HSV(B)42.73º84.62%61.18%-
XYZ20.3520.093.67-
YUV118.6574.59154.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 24 (9.77% from 255) = 8.05%
R=52.35%
G=39.60%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561182400.240.850.3942.7373.3335.29
Hex9C761801855272b4923
Octal23416630030125475311143
Binary1001110011101101100001100010101011001111010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,24); }

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

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

 a { background-color: rgb(156,118,24); }

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

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

 span { border-color: rgb(156,118,24); }

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