#9B6E09

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

Shades of Golden Brown #9B6E09

Tints of Golden Brown #9B6E09

Color information

#9B6E09 (or 0x9B6E09) is unknown color: approx Golden Brown. HEX triplet: 9B, 6E and 09. RGB value is (155,110,9). Sum of RGB (Red+Green+Blue) = 155+110+9=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6E09 is #6491F6. Grayscale: #707070. Windows color (decimal): -6590967 or 618139. OLE color: 618139.

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

Color convert

RGB1551109-
CMYK00.290.940.39
HSL41.51º89.02%32.16%-
HSV(B)41.51º94.19%60.78%-
XYZ19.1418.142.75-
YUV111.9469.91158.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 9 (3.91% from 255) = 3.28%
R=56.57%
G=40.15%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155110900.290.940.3941.5189.0232.16
Hex9B6E901D5E272a5920
Octal23315611035136475213140
Binary100110111101110100101110110111101001111010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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