Html Css Color HEX #8E6A56 Leather

📋 copy color: '#8E6A56'

red 142 ◦ green 106 ◦ blue 86

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

Shades of Leather #8E6A56

Tints of Leather #8E6A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

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

R = 42.51%
G = 31.74%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E6A56 (or 0x8E6A56) is known color: Leather. HEX triplet: 8E, 6A and 56. RGB value is (142,106,86). Sum of RGB (Red+Green+Blue) = 142+106+86=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A56 is #7195A9. Grayscale: #727272. Windows color (decimal): -7443882 or 5663374. OLE color: 5663374.

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

Color convert

RGB 142 106 86 -
CMYK 0 0.25 0.39 0.44
HSL 21.43º 0.25% 0.45% -
HSV(B) 21.43º 0.39% 0.56% -
XYZ 17.99 16.73 11.09 -
YUV 114.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 142 106 86 0 0.25 0.39 0.44 21.43 0.25 0.45
Hex 8E 6A 56 0 19 27 2C 15 19 2D
Octal 216 152 126 0 31 47 54 25 31 55
Binary 10001110 1101010 1010110 0 11001 100111 101100 10101 11001 101101

Color Harmonies of #8E6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A56

Black with #8E6A56

Text Example


Text Example

White with #8E6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,106,86); }

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

background-color css

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

 a { background-color: rgb(142,106,86); }

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

border-color css

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

 span { border-color: rgb(142,106,86); }

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