#9B5406

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

Shades of Golden Brown #9B5406

Tints of Golden Brown #9B5406

Color information

#9B5406 (or 0x9B5406) is unknown color: approx Golden Brown. HEX triplet: 9B, 54 and 06. RGB value is (155,84,6). Sum of RGB (Red+Green+Blue) = 155+84+6=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5406 is #64ABF9. Grayscale: #606060. Windows color (decimal): -6597626 or 414875. OLE color: 414875.

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

Color convert

RGB155846-
CMYK00.460.960.39
HSL31.41º92.55%31.57%-
HSV(B)31.41º96.13%60.78%-
XYZ16.7213.321.86-
YUV96.3477.02169.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=63.27%
G=34.29%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15584600.460.960.3931.4192.5531.57
Hex9B54602E60271f5d20
Octal2331246056140473713540
Binary10011011101010011001011101100000100111111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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