#9B5608

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

Shades of Golden Brown #9B5608

Tints of Golden Brown #9B5608

Color information

#9B5608 (or 0x9B5608) is unknown color: approx Golden Brown. HEX triplet: 9B, 56 and 08. RGB value is (155,86,8). Sum of RGB (Red+Green+Blue) = 155+86+8=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5608 is #64A9F7. Grayscale: #626262. Windows color (decimal): -6597112 or 546459. OLE color: 546459.

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

Color convert

RGB155868-
CMYK00.450.950.39
HSL31.84º90.18%31.96%-
HSV(B)31.84º94.84%60.78%-
XYZ16.8913.641.97-
YUV97.7477.36168.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=62.25%
G=34.54%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15586800.450.950.3931.8490.1831.96
Hex9B56802D5F27205a20
Octal23312610055137474013240
Binary1001101110101101000010110110111111001111000001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,8); }

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

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

 a { background-color: rgb(155,86,8); }

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

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

 span { border-color: rgb(155,86,8); }

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