#8B6E58

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

Shades of Leather #8B6E58

Tints of Leather #8B6E58

Color information

#8B6E58 (or 0x8B6E58) is unknown color: approx Leather. HEX triplet: 8B, 6E and 58. RGB value is (139,110,88). Sum of RGB (Red+Green+Blue) = 139+110+88=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E58 is #7491A7. Grayscale: #747474. Windows color (decimal): -7639464 or 5795467. OLE color: 5795467.

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

Color convert

RGB13911088-
CMYK00.210.370.45
HSL25.88º22.47%44.51%-
HSV(B)25.88º36.69%54.51%-
XYZ17.9817.3511.63-
YUV116.16112.11144.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=41.25%
G=32.64%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391108800.210.370.4525.8822.4744.51
Hex8B6E58015252D1a162d
Octal2131561300254555322655
Binary10001011110111010110000101011001011011011101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,88); }

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

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

 a { background-color: rgb(139,110,88); }

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

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

 span { border-color: rgb(139,110,88); }

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