#8D664A

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

Shades of Leather #8D664A

Tints of Leather #8D664A

Color information

#8D664A (or 0x8D664A) is unknown color: approx Leather. HEX triplet: 8D, 66 and 4A. RGB value is (141,102,74). Sum of RGB (Red+Green+Blue) = 141+102+74=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D664A is #7299B5. Grayscale: #6E6E6E. Windows color (decimal): -7510454 or 4875917. OLE color: 4875917.

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

Color convert

RGB14110274-
CMYK00.280.480.45
HSL25.07º31.16%42.16%-
HSV(B)25.07º47.52%55.29%-
XYZ16.9715.668.61-
YUV110.47107.42149.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=44.48%
G=32.18%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411027400.280.480.4525.0731.1642.16
Hex8D664A01C302D191f2a
Octal2151461120346055313752
Binary10001101110011010010100111001100001011011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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