#8A6851

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

Shades of Leather #8A6851

Tints of Leather #8A6851

Color information

#8A6851 (or 0x8A6851) is unknown color: approx Leather. HEX triplet: 8A, 68 and 51. RGB value is (138,104,81). Sum of RGB (Red+Green+Blue) = 138+104+81=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6851 is #7597AE. Grayscale: #6F6F6F. Windows color (decimal): -7706543 or 5335178. OLE color: 5335178.

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

Color convert

RGB13810481-
CMYK00.250.410.46
HSL24.21º26.03%42.94%-
HSV(B)24.21º41.3%54.12%-
XYZ16.9215.99.96-
YUV111.54110.76146.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=42.72%
G=32.20%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381048100.250.410.4624.2126.0342.94
Hex8A6851019292E181a2b
Octal2121501210315156303253
Binary10001010110100010100010110011010011011101100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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