#9B7617

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

Shades of Hacienda #9B7617

Tints of Hacienda #9B7617

Color information

#9B7617 (or 0x9B7617) is unknown color: approx Hacienda. HEX triplet: 9B, 76 and 17. RGB value is (155,118,23). Sum of RGB (Red+Green+Blue) = 155+118+23=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7617 is #6489E8. Grayscale: #767676. Windows color (decimal): -6588905 or 1537691. OLE color: 1537691.

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

Color convert

RGB15511823-
CMYK00.240.850.39
HSL43.18º74.16%34.9%-
HSV(B)43.18º85.16%60.78%-
XYZ20.1519.993.61-
YUV118.2374.26154.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 23 (9.38% from 255) = 7.77%
R=52.36%
G=39.86%
B=7.77%

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
Decimal1551182300.240.850.3943.1874.1634.9
Hex9B761701855272b4a23
Octal23316627030125475311243
Binary1001101111101101011101100010101011001111010111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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