#8A6657

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

Shades of Leather #8A6657

Tints of Leather #8A6657

Color information

#8A6657 (or 0x8A6657) is unknown color: approx Leather. HEX triplet: 8A, 66 and 57. RGB value is (138,102,87). Sum of RGB (Red+Green+Blue) = 138+102+87=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6657 is #7599A8. Grayscale: #6F6F6F. Windows color (decimal): -7707049 or 5727882. OLE color: 5727882.

HSL color Cylindrical-coordinate representation of color #8A6657: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A6657 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB13810287-
CMYK00.260.370.46
HSL17.65º22.67%44.12%-
HSV(B)17.65º36.96%54.12%-
XYZ16.9515.5911.13-
YUV111.05114.43147.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=42.20%
G=31.19%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381028700.260.370.4617.6522.6744.12
Hex8A665701A252E12172c
Octal2121461270324556222754
Binary10001010110011010101110110101001011011101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,87); }

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

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

 a { background-color: rgb(138,102,87); }

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

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

 span { border-color: rgb(138,102,87); }

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