#8D6D10

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

Shades of Golden Brown #8D6D10

Tints of Golden Brown #8D6D10

Color information

#8D6D10 (or 0x8D6D10) is unknown color: approx Golden Brown. HEX triplet: 8D, 6D and 10. RGB value is (141,109,16). Sum of RGB (Red+Green+Blue) = 141+109+16=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6D10 is #7292EF. Grayscale: #6C6C6C. Windows color (decimal): -7508720 or 1076621. OLE color: 1076621.

HSL color Cylindrical-coordinate representation of color #8D6D10: hue angle of 44.64º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D6D10 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB14110916-
CMYK00.230.890.45
HSL44.64º79.62%30.78%-
HSV(B)44.64º88.65%55.29%-
XYZ16.5516.642.83-
YUV107.9776.1151.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=53.01%
G=40.98%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411091600.230.890.4544.6479.6230.78
Hex8D6D10017592D2d501f
Octal21515520027131555512037
Binary100011011101101100000101111011001101101101101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,16); }

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

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

 a { background-color: rgb(141,109,16); }

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

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

 span { border-color: rgb(141,109,16); }

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