#9B6F09

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

Shades of Golden Brown #9B6F09

Tints of Golden Brown #9B6F09

Color information

#9B6F09 (or 0x9B6F09) is unknown color: approx Golden Brown. HEX triplet: 9B, 6F and 09. RGB value is (155,111,9). Sum of RGB (Red+Green+Blue) = 155+111+9=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6F09 is #6490F6. Grayscale: #707070. Windows color (decimal): -6590711 or 618395. OLE color: 618395.

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

Color convert

RGB1551119-
CMYK00.280.940.39
HSL41.92º89.02%32.16%-
HSV(B)41.92º94.19%60.78%-
XYZ19.2518.362.79-
YUV112.5369.58158.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=56.36%
G=40.36%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155111900.280.940.3941.9289.0232.16
Hex9B6F901C5E272a5920
Octal23315711034136475213140
Binary100110111101111100101110010111101001111010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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