Html Css Color HEX #8E685A Leather

📋 copy color: '#8E685A'

red 142 ◦ green 104 ◦ blue 90

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

Shades of Leather #8E685A

Tints of Leather #8E685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 42.26%
G = 30.95%
B = 26.79%

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

#8E685A (or 0x8E685A) is known color: Leather. HEX triplet: 8E, 68 and 5A. RGB value is (142,104,90). Sum of RGB (Red+Green+Blue) = 142+104+90=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E685A is #7197A5. Grayscale: #717171. Windows color (decimal): -7444390 or 5925006. OLE color: 5925006.

HSL color Cylindrical-coordinate representation of color #8E685A: hue angle of 16.15º degrees, saturation: 0.22, 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 #8E685A is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 104 90 -
CMYK 0 0.27 0.37 0.44
HSL 16.15º 0.22% 0.45% -
HSV(B) 16.15º 0.37% 0.56% -
XYZ 17.95 16.39 11.89 -
YUV 113.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 142 104 90 0 0.27 0.37 0.44 16.15 0.22 0.45
Hex 8E 68 5A 0 1B 25 2C 10 16 2D
Octal 216 150 132 0 33 45 54 20 26 55
Binary 10001110 1101000 1011010 0 11011 100101 101100 10000 10110 101101

Color Harmonies of #8E685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E685A

Black with #8E685A

Text Example


Text Example

White with #8E685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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