#8D660A

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

Shades of Golden Brown #8D660A

Tints of Golden Brown #8D660A

Color information

#8D660A (or 0x8D660A) is unknown color: approx Golden Brown. HEX triplet: 8D, 66 and 0A. RGB value is (141,102,10). Sum of RGB (Red+Green+Blue) = 141+102+10=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D660A is #7299F5. Grayscale: #676767. Windows color (decimal): -7510518 or 681613. OLE color: 681613.

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

Color convert

RGB14110210-
CMYK00.280.930.45
HSL42.14º86.75%29.61%-
HSV(B)42.14º92.91%55.29%-
XYZ15.7915.192.39-
YUV103.1775.42154.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=55.73%
G=40.32%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411021000.280.930.4542.1486.7529.61
Hex8D66A01C5D2D2a571e
Octal21514612034135555212736
Binary10001101110011010100111001011101101101101010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,10); }

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

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

 a { background-color: rgb(141,102,10); }

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

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

 span { border-color: rgb(141,102,10); }

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