#8A664E

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

Shades of Leather #8A664E

Tints of Leather #8A664E

Color information

#8A664E (or 0x8A664E) is unknown color: approx Leather. HEX triplet: 8A, 66 and 4E. RGB value is (138,102,78). Sum of RGB (Red+Green+Blue) = 138+102+78=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A664E is #7599B1. Grayscale: #6E6E6E. Windows color (decimal): -7707058 or 5138058. OLE color: 5138058.

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

Color convert

RGB13810278-
CMYK00.260.430.46
HSL24º27.78%42.35%-
HSV(B)24º43.48%54.12%-
XYZ16.6115.469.32-
YUV110.03109.93147.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=43.40%
G=32.08%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381027800.260.430.462427.7842.35
Hex8A664E01A2B2E181c2a
Octal2121461160325356303452
Binary10001010110011010011100110101010111011101100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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