Html Css Color HEX #8D6D56 Leather

📋 copy color: '#8D6D56'

red 141 ◦ green 109 ◦ blue 86

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

Shades of Leather #8D6D56

Tints of Leather #8D6D56

RGB

 RED value IS 141 (55.47% from 255) = 41.96%

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

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

R = 41.96%
G = 32.44%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8D6D56 (or 0x8D6D56) is known color: Leather. HEX triplet: 8D, 6D and 56. RGB value is (141,109,86). Sum of RGB (Red+Green+Blue) = 141+109+86=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D56 is #7292A9. Grayscale: #747474. Windows color (decimal): -7508650 or 5664141. OLE color: 5664141.

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

Color convert

RGB 141 109 86 -
CMYK 0 0.23 0.39 0.45
HSL 25.09º 0.24% 0.45% -
HSV(B) 25.09º 0.39% 0.55% -
XYZ 18.13 17.27 11.18 -
YUV 115.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 141 109 86 0 0.23 0.39 0.45 25.09 0.24 0.45
Hex 8D 6D 56 0 17 27 2D 19 18 2D
Octal 215 155 126 0 27 47 55 31 30 55
Binary 10001101 1101101 1010110 0 10111 100111 101101 11001 11000 101101

Color Harmonies of #8D6D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6D56

Black with #8D6D56

Text Example


Text Example

White with #8D6D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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