#8A6654

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

Shades of Leather #8A6654

Tints of Leather #8A6654

Color information

#8A6654 (or 0x8A6654) is unknown color: approx Leather. HEX triplet: 8A, 66 and 54. RGB value is (138,102,84). Sum of RGB (Red+Green+Blue) = 138+102+84=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6654 is #7599AB. Grayscale: #6E6E6E. Windows color (decimal): -7707052 or 5531274. OLE color: 5531274.

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

Color convert

RGB13810284-
CMYK00.260.390.46
HSL20º24.32%43.53%-
HSV(B)20º39.13%54.12%-
XYZ16.8315.5510.5-
YUV110.71112.93147.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=42.59%
G=31.48%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381028400.260.390.462024.3243.53
Hex8A665401A272E14182c
Octal2121461240324756243054
Binary10001010110011010101000110101001111011101010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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