Html Css Color HEX #8C6959 Leather

📋 copy color: '#8C6959'

red 140 ◦ green 105 ◦ blue 89

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

Shades of Leather #8C6959

Tints of Leather #8C6959

RGB

 RED value IS 140 (55.08% from 255) = 41.92%

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

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

R = 41.92%
G = 31.44%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C6959 (or 0x8C6959) is known color: Leather. HEX triplet: 8C, 69 and 59. RGB value is (140,105,89). Sum of RGB (Red+Green+Blue) = 140+105+89=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6959 is #7396A6. Grayscale: #717171. Windows color (decimal): -7575207 or 5859724. OLE color: 5859724.

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

Color convert

RGB 140 105 89 -
CMYK 0 0.25 0.36 0.45
HSL 18.82º 0.22% 0.45% -
HSV(B) 18.82º 0.36% 0.55% -
XYZ 17.67 16.4 11.69 -
YUV 113.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 140 105 89 0 0.25 0.36 0.45 18.82 0.22 0.45
Hex 8C 69 59 0 19 24 2D 13 16 2D
Octal 214 151 131 0 31 44 55 23 26 55
Binary 10001100 1101001 1011001 0 11001 100100 101101 10011 10110 101101

Color Harmonies of #8C6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6959

Black with #8C6959

Text Example


Text Example

White with #8C6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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