#8D664B

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

Shades of Leather #8D664B

Tints of Leather #8D664B

Color information

#8D664B (or 0x8D664B) is unknown color: approx Leather. HEX triplet: 8D, 66 and 4B. RGB value is (141,102,75). Sum of RGB (Red+Green+Blue) = 141+102+75=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D664B is #7299B4. Grayscale: #6E6E6E. Windows color (decimal): -7510453 or 4941453. OLE color: 4941453.

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

Color convert

RGB14110275-
CMYK00.280.470.45
HSL24.55º30.56%42.35%-
HSV(B)24.55º46.81%55.29%-
XYZ17.0115.678.79-
YUV110.58107.92149.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=44.34%
G=32.08%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411027500.280.470.4524.5530.5642.35
Hex8D664B01C2F2D191f2a
Octal2151461130345755313752
Binary10001101110011010010110111001011111011011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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