#8A6652

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

Shades of Leather #8A6652

Tints of Leather #8A6652

Color information

#8A6652 (or 0x8A6652) is unknown color: approx Leather. HEX triplet: 8A, 66 and 52. RGB value is (138,102,82). Sum of RGB (Red+Green+Blue) = 138+102+82=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6652 is #7599AD. Grayscale: #6E6E6E. Windows color (decimal): -7707054 or 5400202. OLE color: 5400202.

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

Color convert

RGB13810282-
CMYK00.260.410.46
HSL21.43º25.45%43.14%-
HSV(B)21.43º40.58%54.12%-
XYZ16.7615.5210.09-
YUV110.48111.93147.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=42.86%
G=31.68%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381028200.260.410.4621.4325.4543.14
Hex8A665201A292E15192b
Octal2121461220325156253153
Binary10001010110011010100100110101010011011101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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