#8B6A58

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

Shades of Leather #8B6A58

Tints of Leather #8B6A58

Color information

#8B6A58 (or 0x8B6A58) is unknown color: approx Leather. HEX triplet: 8B, 6A and 58. RGB value is (139,106,88). Sum of RGB (Red+Green+Blue) = 139+106+88=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A58 is #7495A7. Grayscale: #717171. Windows color (decimal): -7640488 or 5794443. OLE color: 5794443.

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

Color convert

RGB13910688-
CMYK00.240.370.45
HSL21.18º22.47%44.51%-
HSV(B)21.18º36.69%54.51%-
XYZ17.5616.511.49-
YUV113.81113.43145.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=41.74%
G=31.83%
B=26.43%

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
Decimal1391068800.240.370.4521.1822.4744.51
Hex8B6A58018252D15162d
Octal2131521300304555252655
Binary10001011110101010110000110001001011011011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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