Html Css Color HEX #8E6856 Leather

📋 copy color: '#8E6856'

red 142 ◦ green 104 ◦ blue 86

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

Shades of Leather #8E6856

Tints of Leather #8E6856

RGB

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

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

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

R = 42.77%
G = 31.33%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E6856 (or 0x8E6856) is known color: Leather. HEX triplet: 8E, 68 and 56. RGB value is (142,104,86). Sum of RGB (Red+Green+Blue) = 142+104+86=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6856 is #7197A9. Grayscale: #717171. Windows color (decimal): -7444394 or 5662862. OLE color: 5662862.

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

Color convert

RGB 142 104 86 -
CMYK 0 0.27 0.39 0.44
HSL 19.29º 0.25% 0.45% -
HSV(B) 19.29º 0.39% 0.56% -
XYZ 17.79 16.32 11.02 -
YUV 113.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 142 104 86 0 0.27 0.39 0.44 19.29 0.25 0.45
Hex 8E 68 56 0 1B 27 2C 13 19 2D
Octal 216 150 126 0 33 47 54 23 31 55
Binary 10001110 1101000 1010110 0 11011 100111 101100 10011 11001 101101

Color Harmonies of #8E6856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6856

Black with #8E6856

Text Example


Text Example

White with #8E6856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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