#9B8306

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

Shades of Hacienda #9B8306

Tints of Hacienda #9B8306

Color information

#9B8306 (or 0x9B8306) is unknown color: approx Hacienda. HEX triplet: 9B, 83 and 06. RGB value is (155,131,6). Sum of RGB (Red+Green+Blue) = 155+131+6=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8306 is #647CF9. Grayscale: #7C7C7C. Windows color (decimal): -6585594 or 426907. OLE color: 426907.

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

Color convert

RGB1551316-
CMYK00.150.960.39
HSL50.34º92.55%31.57%-
HSV(B)50.34º96.13%60.78%-
XYZ21.6723.213.51-
YUV123.9361.45150.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=53.08%
G=44.86%
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
Decimal155131600.150.960.3950.3492.5531.57
Hex9B8360F6027325d20
Octal2332036017140476213540
Binary10011011100000111100111111000001001111100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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