#8D6F09

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

Shades of Golden Brown #8D6F09

Tints of Golden Brown #8D6F09

Color information

#8D6F09 (or 0x8D6F09) is unknown color: approx Golden Brown. HEX triplet: 8D, 6F and 09. RGB value is (141,111,9). Sum of RGB (Red+Green+Blue) = 141+111+9=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6F09 is #7290F6. Grayscale: #6C6C6C. Windows color (decimal): -7508215 or 618381. OLE color: 618381.

HSL color Cylindrical-coordinate representation of color #8D6F09: hue angle of 46.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D6F09 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1411119-
CMYK00.210.940.45
HSL46.36º88%29.41%-
HSV(B)46.36º93.62%55.29%-
XYZ16.7217.052.67-
YUV108.3471.94151.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=54.02%
G=42.53%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141111900.210.940.4546.368829.41
Hex8D6F90155E2D2e581d
Octal21515711025136555613035
Binary10001101110111110010101011011110101101101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6F09; }

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

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

<style>
 a { background-color: #8D6F09; }

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

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

<style>
 span { border-color: #8D6F09; }

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

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