Html Css Color HEX #8D6858 Leather

📋 copy color: '#8D6858'

red 141 ◦ green 104 ◦ blue 88

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

Shades of Leather #8D6858

Tints of Leather #8D6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 42.34%
G = 31.23%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D6858 (or 0x8D6858) is known color: Leather. HEX triplet: 8D, 68 and 58. RGB value is (141,104,88). Sum of RGB (Red+Green+Blue) = 141+104+88=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6858 is #7297A7. Grayscale: #717171. Windows color (decimal): -7509928 or 5793933. OLE color: 5793933.

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

Color convert

RGB 141 104 88 -
CMYK 0 0.26 0.38 0.45
HSL 18.11º 0.23% 0.45% -
HSV(B) 18.11º 0.38% 0.55% -
XYZ 17.7 16.27 11.44 -
YUV 113.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 141 104 88 0 0.26 0.38 0.45 18.11 0.23 0.45
Hex 8D 68 58 0 1A 26 2D 12 17 2D
Octal 215 150 130 0 32 46 55 22 27 55
Binary 10001101 1101000 1011000 0 11010 100110 101101 10010 10111 101101

Color Harmonies of #8D6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6858

Black with #8D6858

Text Example


Text Example

White with #8D6858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,104,88); }

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

background-color css

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

 a { background-color: rgb(141,104,88); }

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

border-color css

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

 span { border-color: rgb(141,104,88); }

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