#9B6006

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

Shades of Golden Brown #9B6006

Tints of Golden Brown #9B6006

Color information

#9B6006 (or 0x9B6006) is unknown color: approx Golden Brown. HEX triplet: 9B, 60 and 06. RGB value is (155,96,6). Sum of RGB (Red+Green+Blue) = 155+96+6=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6006 is #649FF9. Grayscale: #676767. Windows color (decimal): -6594554 or 417947. OLE color: 417947.

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

Color convert

RGB155966-
CMYK00.380.960.39
HSL36.24º92.55%31.57%-
HSV(B)36.24º96.13%60.78%-
XYZ17.7315.352.2-
YUV103.3873.05164.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=60.31%
G=37.35%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15596600.380.960.3936.2492.5531.57
Hex9B6060266027245d20
Octal2331406046140474413540
Binary100110111100000110010011011000001001111001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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