#8D660D

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

Shades of Golden Brown #8D660D

Tints of Golden Brown #8D660D

Color information

#8D660D (or 0x8D660D) is unknown color: approx Golden Brown. HEX triplet: 8D, 66 and 0D. RGB value is (141,102,13). Sum of RGB (Red+Green+Blue) = 141+102+13=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D660D is #7299F2. Grayscale: #676767. Windows color (decimal): -7510515 or 878221. OLE color: 878221.

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

Color convert

RGB14110213-
CMYK00.280.910.45
HSL41.72º83.12%30.2%-
HSV(B)41.72º90.78%55.29%-
XYZ15.8115.192.48-
YUV103.5176.92154.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=55.08%
G=39.84%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411021300.280.910.4541.7283.1230.2
Hex8D66D01C5B2D2a531e
Octal21514615034133555212336
Binary10001101110011011010111001011011101101101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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