#9B7F16

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

Shades of Hacienda #9B7F16

Tints of Hacienda #9B7F16

Color information

#9B7F16 (or 0x9B7F16) is unknown color: approx Hacienda. HEX triplet: 9B, 7F and 16. RGB value is (155,127,22). Sum of RGB (Red+Green+Blue) = 155+127+22=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7F16 is #6480E9. Grayscale: #7B7B7B. Windows color (decimal): -6586602 or 1474459. OLE color: 1474459.

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

Color convert

RGB15512722-
CMYK00.180.860.39
HSL47.37º75.14%34.71%-
HSV(B)47.37º85.81%60.78%-
XYZ21.2522.213.93-
YUV123.470.78150.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=50.99%
G=41.78%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551272200.180.860.3947.3775.1434.71
Hex9B7F1601256272f4b23
Octal23317726022126475711343
Binary1001101111111111011001001010101101001111011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,22); }

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

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

 a { background-color: rgb(155,127,22); }

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

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

 span { border-color: rgb(155,127,22); }

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