Html Css Color HEX #8E6C4C Leather

📋 copy color: '#8E6C4C'

red 142 ◦ green 108 ◦ blue 76

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

Shades of Leather #8E6C4C

Tints of Leather #8E6C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 43.56%
G = 33.13%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E6C4C (or 0x8E6C4C) is known color: Leather. HEX triplet: 8E, 6C and 4C. RGB value is (142,108,76). Sum of RGB (Red+Green+Blue) = 142+108+76=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C4C is #7193B3. Grayscale: #727272. Windows color (decimal): -7443380 or 5008526. OLE color: 5008526.

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

Color convert

RGB 142 108 76 -
CMYK 0 0.24 0.46 0.44
HSL 29.09º 0.3% 0.43% -
HSV(B) 29.09º 0.46% 0.56% -
XYZ 17.82 17 9.18 -
YUV 114.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 142 108 76 0 0.24 0.46 0.44 29.09 0.3 0.43
Hex 8E 6C 4C 0 18 2E 2C 1D 1E 2B
Octal 216 154 114 0 30 56 54 35 36 53
Binary 10001110 1101100 1001100 0 11000 101110 101100 11101 11110 101011

Color Harmonies of #8E6C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C4C

Black with #8E6C4C

Text Example


Text Example

White with #8E6C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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