#8B6958

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

Shades of Leather #8B6958

Tints of Leather #8B6958

Color information

#8B6958 (or 0x8B6958) is unknown color: approx Leather. HEX triplet: 8B, 69 and 58. RGB value is (139,105,88). Sum of RGB (Red+Green+Blue) = 139+105+88=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6958 is #7496A7. Grayscale: #717171. Windows color (decimal): -7640744 or 5794187. OLE color: 5794187.

HSL color Cylindrical-coordinate representation of color #8B6958: hue angle of 20º 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 #8B6958 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB13910588-
CMYK00.240.370.45
HSL20º22.47%44.51%-
HSV(B)20º36.69%54.51%-
XYZ17.4616.311.46-
YUV113.23113.76146.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=41.87%
G=31.63%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391058800.240.370.452022.4744.51
Hex8B6958018252D14162d
Octal2131511300304555242655
Binary10001011110100110110000110001001011011011010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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