#8B664C

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

Shades of Leather #8B664C

Tints of Leather #8B664C

Color information

#8B664C (or 0x8B664C) is unknown color: approx Leather. HEX triplet: 8B, 66 and 4C. RGB value is (139,102,76). Sum of RGB (Red+Green+Blue) = 139+102+76=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B664C is #7499B3. Grayscale: #6E6E6E. Windows color (decimal): -7641524 or 5006987. OLE color: 5006987.

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

Color convert

RGB13910276-
CMYK00.270.450.45
HSL24.76º29.3%42.16%-
HSV(B)24.76º45.32%54.51%-
XYZ16.715.518.95-
YUV110.1108.76148.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=43.85%
G=32.18%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391027600.270.450.4524.7629.342.16
Hex8B664C01B2D2D191d2a
Octal2131461140335555313552
Binary10001011110011010011000110111011011011011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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