#9B6D08

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

Shades of Golden Brown #9B6D08

Tints of Golden Brown #9B6D08

Color information

#9B6D08 (or 0x9B6D08) is unknown color: approx Golden Brown. HEX triplet: 9B, 6D and 08. RGB value is (155,109,8). Sum of RGB (Red+Green+Blue) = 155+109+8=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6D08 is #6492F7. Grayscale: #6F6F6F. Windows color (decimal): -6591224 or 552347. OLE color: 552347.

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

Color convert

RGB1551098-
CMYK00.300.950.39
HSL41.22º90.18%31.96%-
HSV(B)41.22º94.84%60.78%-
XYZ19.0317.922.69-
YUV111.2469.74159.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.99%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 8 (3.52% from 255) = 2.94%
R=56.99%
G=40.07%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155109800.300.950.3941.2290.1831.96
Hex9B6D801E5F27295a20
Octal23315510036137475113240
Binary100110111101101100001111010111111001111010011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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