Html Css Color HEX #8B6959 Leather

📋 copy color: '#8B6959'

red 139 ◦ green 105 ◦ blue 89

#8B6959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Leather #8B6959

Tints of Leather #8B6959

RGB

 RED value IS 139 (54.69% from 255) = 41.74%

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 41.74%
G = 31.53%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B6959 (or 0x8B6959) is known color: Leather. HEX triplet: 8B, 69 and 59. RGB value is (139,105,89). Sum of RGB (Red+Green+Blue) = 139+105+89=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6959 is #7496A6. Grayscale: #717171. Windows color (decimal): -7640743 or 5859723. OLE color: 5859723.

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

Color convert

RGB 139 105 89 -
CMYK 0 0.24 0.36 0.45
HSL 19.2º 0.22% 0.45% -
HSV(B) 19.2º 0.36% 0.55% -
XYZ 17.5 16.31 11.68 -
YUV 113.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 139 105 89 0 0.24 0.36 0.45 19.2 0.22 0.45
Hex 8B 69 59 0 18 24 2D 13 16 2D
Octal 213 151 131 0 30 44 55 23 26 55
Binary 10001011 1101001 1011001 0 11000 100100 101101 10011 10110 101101

Color Harmonies of #8B6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6959

Black with #8B6959

Text Example


Text Example

White with #8B6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B6959;
 }
 .AnyTagClassName
 {
   color: #8B6959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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