Html Css Color HEX #8E654C Leather

📋 copy color: '#8E654C'

red 142 ◦ green 101 ◦ blue 76

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

Shades of Leather #8E654C

Tints of Leather #8E654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

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

R = 44.51%
G = 31.66%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E654C (or 0x8E654C) is known color: Leather. HEX triplet: 8E, 65 and 4C. RGB value is (142,101,76). Sum of RGB (Red+Green+Blue) = 142+101+76=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E654C is #719AB3. Grayscale: #6E6E6E. Windows color (decimal): -7445172 or 5006734. OLE color: 5006734.

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

Color convert

RGB 142 101 76 -
CMYK 0 0.29 0.46 0.44
HSL 22.73º 0.3% 0.43% -
HSV(B) 22.73º 0.46% 0.56% -
XYZ 17.11 15.58 8.94 -
YUV 110.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 142 101 76 0 0.29 0.46 0.44 22.73 0.3 0.43
Hex 8E 65 4C 0 1D 2E 2C 17 1E 2B
Octal 216 145 114 0 35 56 54 27 36 53
Binary 10001110 1100101 1001100 0 11101 101110 101100 10111 11110 101011

Color Harmonies of #8E654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E654C

Black with #8E654C

Text Example


Text Example

White with #8E654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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