#8B664E

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

Shades of Leather #8B664E

Tints of Leather #8B664E

Color information

#8B664E (or 0x8B664E) is unknown color: approx Leather. HEX triplet: 8B, 66 and 4E. RGB value is (139,102,78). Sum of RGB (Red+Green+Blue) = 139+102+78=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B664E is #7499B1. Grayscale: #6E6E6E. Windows color (decimal): -7641522 or 5138059. OLE color: 5138059.

HSL color Cylindrical-coordinate representation of color #8B664E: hue angle of 23.61º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B664E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB13910278-
CMYK00.270.440.45
HSL23.61º28.11%42.55%-
HSV(B)23.61º43.88%54.51%-
XYZ16.7715.549.32-
YUV110.33109.76148.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=43.57%
G=31.97%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391027800.270.440.4523.6128.1142.55
Hex8B664E01B2C2D181c2b
Octal2131461160335455303453
Binary10001011110011010011100110111011001011011100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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