#9B6C09

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

Shades of Golden Brown #9B6C09

Tints of Golden Brown #9B6C09

Color information

#9B6C09 (or 0x9B6C09) is unknown color: approx Golden Brown. HEX triplet: 9B, 6C and 09. RGB value is (155,108,9). Sum of RGB (Red+Green+Blue) = 155+108+9=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6C09 is #6493F6. Grayscale: #6F6F6F. Windows color (decimal): -6591479 or 617627. OLE color: 617627.

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

Color convert

RGB1551089-
CMYK00.300.940.39
HSL40.68º89.02%32.16%-
HSV(B)40.68º94.19%60.78%-
XYZ18.9317.712.68-
YUV110.7770.57159.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.99%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 9 (3.91% from 255) = 3.31%
R=56.99%
G=39.71%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155108900.300.940.3940.6889.0232.16
Hex9B6C901E5E27295920
Octal23315411036136475113140
Binary100110111101100100101111010111101001111010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,9); }

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

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

 a { background-color: rgb(155,108,9); }

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

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

 span { border-color: rgb(155,108,9); }

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