#9B7614

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

Shades of Hacienda #9B7614

Tints of Hacienda #9B7614

Color information

#9B7614 (or 0x9B7614) is unknown color: approx Hacienda. HEX triplet: 9B, 76 and 14. RGB value is (155,118,20). Sum of RGB (Red+Green+Blue) = 155+118+20=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7614 is #6489EB. Grayscale: #767676. Windows color (decimal): -6588908 or 1341083. OLE color: 1341083.

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

Color convert

RGB15511820-
CMYK00.240.870.39
HSL43.56º77.14%34.31%-
HSV(B)43.56º87.1%60.78%-
XYZ20.1219.983.46-
YUV117.8972.76154.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 20 (8.20% from 255) = 6.83%
R=52.90%
G=40.27%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551182000.240.870.3943.5677.1434.31
Hex9B761401857272c4d22
Octal23316624030127475411542
Binary1001101111101101010001100010101111001111011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,20); }

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

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

 a { background-color: rgb(155,118,20); }

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

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

 span { border-color: rgb(155,118,20); }

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