#9B5206

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

Shades of Golden Brown #9B5206

Tints of Golden Brown #9B5206

Color information

#9B5206 (or 0x9B5206) is unknown color: approx Golden Brown. HEX triplet: 9B, 52 and 06. RGB value is (155,82,6). Sum of RGB (Red+Green+Blue) = 155+82+6=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5206 is #64ADF9. Grayscale: #5F5F5F. Windows color (decimal): -6598138 or 414363. OLE color: 414363.

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

Color convert

RGB155826-
CMYK00.470.960.39
HSL30.6º92.55%31.57%-
HSV(B)30.6º96.13%60.78%-
XYZ16.5713.021.81-
YUV95.1677.68170.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.79%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=63.79%
G=33.74%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15582600.470.960.3930.692.5531.57
Hex9B52602F60271f5d20
Octal2331226057140473713540
Binary10011011101001011001011111100000100111111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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