#9B8515

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

Shades of Hacienda #9B8515

Tints of Hacienda #9B8515

Color information

#9B8515 (or 0x9B8515) is unknown color: approx Hacienda. HEX triplet: 9B, 85 and 15. RGB value is (155,133,21). Sum of RGB (Red+Green+Blue) = 155+133+21=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8515 is #647AEA. Grayscale: #7F7F7F. Windows color (decimal): -6585067 or 1410459. OLE color: 1410459.

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

Color convert

RGB15513321-
CMYK00.140.860.39
HSL50.15º76.14%34.51%-
HSV(B)50.15º86.45%60.78%-
XYZ22.0423.84.14-
YUV126.8168.29148.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=50.16%
G=43.04%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551332100.140.860.3950.1576.1434.51
Hex9B85150E5627324c23
Octal23320525016126476211443
Binary1001101110000101101010111010101101001111100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,133,21); }

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

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

 a { background-color: rgb(155,133,21); }

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

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

 span { border-color: rgb(155,133,21); }

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