#8B6551

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

Shades of Leather #8B6551

Tints of Leather #8B6551

Color information

#8B6551 (or 0x8B6551) is unknown color: approx Leather. HEX triplet: 8B, 65 and 51. RGB value is (139,101,81). Sum of RGB (Red+Green+Blue) = 139+101+81=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6551 is #749AAE. Grayscale: #6E6E6E. Windows color (decimal): -7641775 or 5334411. OLE color: 5334411.

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

Color convert

RGB13910181-
CMYK00.270.420.45
HSL20.69º26.36%43.14%-
HSV(B)20.69º41.73%54.51%-
XYZ16.7915.399.87-
YUV110.08111.59148.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=43.30%
G=31.46%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391018100.270.420.4520.6926.3643.14
Hex8B655101B2A2D151a2b
Octal2131451210335255253253
Binary10001011110010110100010110111010101011011010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,81); }

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

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

 a { background-color: rgb(139,101,81); }

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

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

 span { border-color: rgb(139,101,81); }

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