Html Css Color HEX #8E695A Leather

📋 copy color: '#8E695A'

red 142 ◦ green 105 ◦ blue 90

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

Shades of Leather #8E695A

Tints of Leather #8E695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 42.14%
G = 31.16%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E695A (or 0x8E695A) is known color: Leather. HEX triplet: 8E, 69 and 5A. RGB value is (142,105,90). Sum of RGB (Red+Green+Blue) = 142+105+90=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E695A is #7196A5. Grayscale: #727272. Windows color (decimal): -7444134 or 5925262. OLE color: 5925262.

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

Color convert

RGB 142 105 90 -
CMYK 0 0.26 0.37 0.44
HSL 17.31º 0.22% 0.45% -
HSV(B) 17.31º 0.37% 0.56% -
XYZ 18.05 16.59 11.92 -
YUV 114.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 142 105 90 0 0.26 0.37 0.44 17.31 0.22 0.45
Hex 8E 69 5A 0 1A 25 2C 11 16 2D
Octal 216 151 132 0 32 45 54 21 26 55
Binary 10001110 1101001 1011010 0 11010 100101 101100 10001 10110 101101

Color Harmonies of #8E695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E695A

Black with #8E695A

Text Example


Text Example

White with #8E695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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