#8A6855

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

Shades of Leather #8A6855

Tints of Leather #8A6855

Color information

#8A6855 (or 0x8A6855) is unknown color: approx Leather. HEX triplet: 8A, 68 and 55. RGB value is (138,104,85). Sum of RGB (Red+Green+Blue) = 138+104+85=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6855 is #7597AA. Grayscale: #707070. Windows color (decimal): -7706539 or 5597322. OLE color: 5597322.

HSL color Cylindrical-coordinate representation of color #8A6855: hue angle of 21.51º 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 #8A6855 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13810485-
CMYK00.250.380.46
HSL21.51º23.77%43.73%-
HSV(B)21.51º38.41%54.12%-
XYZ17.0715.9610.78-
YUV112112.76146.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=42.20%
G=31.80%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381048500.250.380.4621.5123.7743.73
Hex8A6855019262E16182c
Octal2121501250314656263054
Binary10001010110100010101010110011001101011101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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