#8A6655

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

Shades of Leather #8A6655

Tints of Leather #8A6655

Color information

#8A6655 (or 0x8A6655) is unknown color: approx Leather. HEX triplet: 8A, 66 and 55. RGB value is (138,102,85). Sum of RGB (Red+Green+Blue) = 138+102+85=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6655 is #7599AA. Grayscale: #6E6E6E. Windows color (decimal): -7707051 or 5596810. OLE color: 5596810.

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

Color convert

RGB13810285-
CMYK00.260.380.46
HSL19.25º23.77%43.73%-
HSV(B)19.25º38.41%54.12%-
XYZ16.8715.5610.71-
YUV110.83113.43147.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=42.46%
G=31.38%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381028500.260.380.4619.2523.7743.73
Hex8A665501A262E13182c
Octal2121461250324656233054
Binary10001010110011010101010110101001101011101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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