#9B6E08

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

Shades of Golden Brown #9B6E08

Tints of Golden Brown #9B6E08

Color information

#9B6E08 (or 0x9B6E08) is unknown color: approx Golden Brown. HEX triplet: 9B, 6E and 08. RGB value is (155,110,8). Sum of RGB (Red+Green+Blue) = 155+110+8=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6E08 is #6491F7. Grayscale: #707070. Windows color (decimal): -6590968 or 552603. OLE color: 552603.

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

Color convert

RGB1551108-
CMYK00.290.950.39
HSL41.63º90.18%31.96%-
HSV(B)41.63º94.84%60.78%-
XYZ19.1418.142.72-
YUV111.8369.41158.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=56.78%
G=40.29%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155110800.290.950.3941.6390.1831.96
Hex9B6E801D5F272a5a20
Octal23315610035137475213240
Binary100110111101110100001110110111111001111010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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