#8D6705

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

Shades of Golden Brown #8D6705

Tints of Golden Brown #8D6705

Color information

#8D6705 (or 0x8D6705) is unknown color: approx Golden Brown. HEX triplet: 8D, 67 and 05. RGB value is (141,103,5). Sum of RGB (Red+Green+Blue) = 141+103+5=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6705 is #7298FA. Grayscale: #676767. Windows color (decimal): -7510267 or 354189. OLE color: 354189.

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

Color convert

RGB1411035-
CMYK00.270.960.45
HSL43.24º93.15%28.63%-
HSV(B)43.24º96.45%55.29%-
XYZ15.8615.372.28-
YUV103.1972.59154.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=56.63%
G=41.37%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141103500.270.960.4543.2493.1528.63
Hex8D67501B602D2b5d1d
Octal2151475033140555313535
Binary1000110111001111010110111100000101101101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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