#8D6E05

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

Shades of Golden Brown #8D6E05

Tints of Golden Brown #8D6E05

Color information

#8D6E05 (or 0x8D6E05) is unknown color: approx Golden Brown. HEX triplet: 8D, 6E and 05. RGB value is (141,110,5). Sum of RGB (Red+Green+Blue) = 141+110+5=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E05 is #7291FA. Grayscale: #6B6B6B. Windows color (decimal): -7508475 or 355981. OLE color: 355981.

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

Color convert

RGB1411105-
CMYK00.220.960.45
HSL46.32º93.15%28.63%-
HSV(B)46.32º96.45%55.29%-
XYZ16.5916.832.52-
YUV107.370.27152.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=55.08%
G=42.97%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141110500.220.960.4546.3293.1528.63
Hex8D6E5016602D2e5d1d
Octal2151565026140555613535
Binary1000110111011101010101101100000101101101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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