#8B654F

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

Shades of Leather #8B654F

Tints of Leather #8B654F

Color information

#8B654F (or 0x8B654F) is unknown color: approx Leather. HEX triplet: 8B, 65 and 4F. RGB value is (139,101,79). Sum of RGB (Red+Green+Blue) = 139+101+79=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B654F is #749AB0. Grayscale: #6D6D6D. Windows color (decimal): -7641777 or 5203339. OLE color: 5203339.

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

Color convert

RGB13910179-
CMYK00.270.430.45
HSL22º27.52%42.75%-
HSV(B)22º43.17%54.51%-
XYZ16.7115.369.48-
YUV109.85110.59148.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=43.57%
G=31.66%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391017900.270.430.452227.5242.75
Hex8B654F01B2B2D161c2b
Octal2131451170335355263453
Binary10001011110010110011110110111010111011011011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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