#8E6651

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

Shades of Leather #8E6651

Tints of Leather #8E6651

Color information

#8E6651 (or 0x8E6651) is unknown color: approx Leather. HEX triplet: 8E, 66 and 51. RGB value is (142,102,81). Sum of RGB (Red+Green+Blue) = 142+102+81=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6651 is #7199AE. Grayscale: #6F6F6F. Windows color (decimal): -7444911 or 5334670. OLE color: 5334670.

HSL color Cylindrical-coordinate representation of color #8E6651: hue angle of 20.66º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E6651 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB14210281-
CMYK00.280.430.44
HSL20.66º27.35%43.73%-
HSV(B)20.66º42.96%55.69%-
XYZ17.3915.859.93-
YUV111.57110.75149.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=43.69%
G=31.38%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421028100.280.430.4420.6627.3543.73
Hex8E665101C2B2C151b2c
Octal2161461210345354253354
Binary10001110110011010100010111001010111011001010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,81); }

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

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

 a { background-color: rgb(142,102,81); }

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

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

 span { border-color: rgb(142,102,81); }

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