#9B8717

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

Shades of Hacienda #9B8717

Tints of Hacienda #9B8717

Color information

#9B8717 (or 0x9B8717) is unknown color: approx Hacienda. HEX triplet: 9B, 87 and 17. RGB value is (155,135,23). Sum of RGB (Red+Green+Blue) = 155+135+23=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8717 is #6478E8. Grayscale: #808080. Windows color (decimal): -6584553 or 1542043. OLE color: 1542043.

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

Color convert

RGB15513523-
CMYK00.130.850.39
HSL50.91º74.16%34.9%-
HSV(B)50.91º85.16%60.78%-
XYZ22.3424.364.34-
YUV128.2168.63147.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 23 (9.38% from 255) = 7.35%
R=49.52%
G=43.13%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551352300.130.850.3950.9174.1634.9
Hex9B87170D5527334a23
Octal23320727015125476311243
Binary1001101110000111101110110110101011001111100111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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