Html Css Color HEX #8C6D56 Leather

📋 copy color: '#8C6D56'

red 140 ◦ green 109 ◦ blue 86

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

Shades of Leather #8C6D56

Tints of Leather #8C6D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 41.79%
G = 32.54%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C6D56 (or 0x8C6D56) is known color: Leather. HEX triplet: 8C, 6D and 56. RGB value is (140,109,86). Sum of RGB (Red+Green+Blue) = 140+109+86=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D56 is #7392A9. Grayscale: #737373. Windows color (decimal): -7574186 or 5664140. OLE color: 5664140.

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

Color convert

RGB 140 109 86 -
CMYK 0 0.22 0.39 0.45
HSL 25.56º 0.24% 0.44% -
HSV(B) 25.56º 0.39% 0.55% -
XYZ 17.96 17.18 11.17 -
YUV 115.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 140 109 86 0 0.22 0.39 0.45 25.56 0.24 0.44
Hex 8C 6D 56 0 16 27 2D 1A 18 2C
Octal 214 155 126 0 26 47 55 32 30 54
Binary 10001100 1101101 1010110 0 10110 100111 101101 11010 11000 101100

Color Harmonies of #8C6D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6D56

Black with #8C6D56

Text Example


Text Example

White with #8C6D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,86); }

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

background-color css

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

 a { background-color: rgb(140,109,86); }

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

border-color css

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

 span { border-color: rgb(140,109,86); }

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