#9B8406

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

Shades of Hacienda #9B8406

Tints of Hacienda #9B8406

Color information

#9B8406 (or 0x9B8406) is unknown color: approx Hacienda. HEX triplet: 9B, 84 and 06. RGB value is (155,132,6). Sum of RGB (Red+Green+Blue) = 155+132+6=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8406 is #647BF9. Grayscale: #7D7D7D. Windows color (decimal): -6585338 or 427163. OLE color: 427163.

HSL color Cylindrical-coordinate representation of color #9B8406: hue angle of 50.74º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B8406 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1551326-
CMYK00.150.960.39
HSL50.74º92.55%31.57%-
HSV(B)50.74º96.13%60.78%-
XYZ21.823.483.56-
YUV124.5161.12149.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=52.90%
G=45.05%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155132600.150.960.3950.7492.5531.57
Hex9B8460F6027335d20
Octal2332046017140476313540
Binary10011011100001001100111111000001001111100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,6); }

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

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

 a { background-color: rgb(155,132,6); }

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

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

 span { border-color: rgb(155,132,6); }

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