#8D6E10

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

Shades of Golden Brown #8D6E10

Tints of Golden Brown #8D6E10

Color information

#8D6E10 (or 0x8D6E10) is unknown color: approx Golden Brown. HEX triplet: 8D, 6E and 10. RGB value is (141,110,16). Sum of RGB (Red+Green+Blue) = 141+110+16=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E10 is #7291EF. Grayscale: #6C6C6C. Windows color (decimal): -7508464 or 1076877. OLE color: 1076877.

HSL color Cylindrical-coordinate representation of color #8D6E10: hue angle of 45.12º 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 #8D6E10 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB14111016-
CMYK00.220.890.45
HSL45.12º79.62%30.78%-
HSV(B)45.12º88.65%55.29%-
XYZ16.6516.852.87-
YUV108.5575.77151.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=52.81%
G=41.20%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411101600.220.890.4545.1279.6230.78
Hex8D6E10016592D2d501f
Octal21515620026131555512037
Binary100011011101110100000101101011001101101101101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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