#9B5806

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

Shades of Golden Brown #9B5806

Tints of Golden Brown #9B5806

Color information

#9B5806 (or 0x9B5806) is unknown color: approx Golden Brown. HEX triplet: 9B, 58 and 06. RGB value is (155,88,6). Sum of RGB (Red+Green+Blue) = 155+88+6=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5806 is #64A7F9. Grayscale: #636363. Windows color (decimal): -6596602 or 415899. OLE color: 415899.

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

Color convert

RGB155886-
CMYK00.430.960.39
HSL33.02º92.55%31.57%-
HSV(B)33.02º96.13%60.78%-
XYZ17.0413.961.97-
YUV98.6875.7168.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=62.25%
G=35.34%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15588600.430.960.3933.0292.5531.57
Hex9B58602B6027215d20
Octal2331306053140474113540
Binary100110111011000110010101111000001001111000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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