Html Css Color HEX #8E6859 Leather

📋 copy color: '#8E6859'

red 142 ◦ green 104 ◦ blue 89

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

Shades of Leather #8E6859

Tints of Leather #8E6859

RGB

 RED value IS 142 (55.86% from 255) = 42.39%

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

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

R = 42.39%
G = 31.04%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E6859 (or 0x8E6859) is known color: Leather. HEX triplet: 8E, 68 and 59. RGB value is (142,104,89). Sum of RGB (Red+Green+Blue) = 142+104+89=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6859 is #7197A6. Grayscale: #717171. Windows color (decimal): -7444391 or 5859470. OLE color: 5859470.

HSL color Cylindrical-coordinate representation of color #8E6859: hue angle of 16.98º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6859 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 104 89 -
CMYK 0 0.27 0.37 0.44
HSL 16.98º 0.23% 0.45% -
HSV(B) 16.98º 0.37% 0.56% -
XYZ 17.91 16.37 11.67 -
YUV 113.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 142 104 89 0 0.27 0.37 0.44 16.98 0.23 0.45
Hex 8E 68 59 0 1B 25 2C 11 17 2D
Octal 216 150 131 0 33 45 54 21 27 55
Binary 10001110 1101000 1011001 0 11011 100101 101100 10001 10111 101101

Color Harmonies of #8E6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6859

Black with #8E6859

Text Example


Text Example

White with #8E6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,89); }

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

background-color css

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

 a { background-color: rgb(142,104,89); }

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

border-color css

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

 span { border-color: rgb(142,104,89); }

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