Html Css Color HEX #8E684C Leather

📋 copy color: '#8E684C'

red 142 ◦ green 104 ◦ blue 76

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

Shades of Leather #8E684C

Tints of Leather #8E684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 44.1%
G = 32.3%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E684C (or 0x8E684C) is known color: Leather. HEX triplet: 8E, 68 and 4C. RGB value is (142,104,76). Sum of RGB (Red+Green+Blue) = 142+104+76=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E684C is #7197B3. Grayscale: #707070. Windows color (decimal): -7444404 or 5007502. OLE color: 5007502.

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

Color convert

RGB 142 104 76 -
CMYK 0 0.27 0.46 0.44
HSL 25.45º 0.3% 0.43% -
HSV(B) 25.45º 0.46% 0.56% -
XYZ 17.41 16.17 9.04 -
YUV 112.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 142 104 76 0 0.27 0.46 0.44 25.45 0.3 0.43
Hex 8E 68 4C 0 1B 2E 2C 19 1E 2B
Octal 216 150 114 0 33 56 54 31 36 53
Binary 10001110 1101000 1001100 0 11011 101110 101100 11001 11110 101011

Color Harmonies of #8E684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E684C

Black with #8E684C

Text Example


Text Example

White with #8E684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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