Html Css Color HEX #8E6B54 Leather

📋 copy color: '#8E6B54'

red 142 ◦ green 107 ◦ blue 84

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

Shades of Leather #8E6B54

Tints of Leather #8E6B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 42.64%
G = 32.13%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8E6B54 (or 0x8E6B54) is known color: Leather. HEX triplet: 8E, 6B and 54. RGB value is (142,107,84). Sum of RGB (Red+Green+Blue) = 142+107+84=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B54 is #7194AB. Grayscale: #727272. Windows color (decimal): -7443628 or 5532558. OLE color: 5532558.

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

Color convert

RGB 142 107 84 -
CMYK 0 0.25 0.41 0.44
HSL 23.79º 0.26% 0.44% -
HSV(B) 23.79º 0.41% 0.56% -
XYZ 18.01 16.91 10.7 -
YUV 114.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 142 107 84 0 0.25 0.41 0.44 23.79 0.26 0.44
Hex 8E 6B 54 0 19 29 2C 18 1A 2C
Octal 216 153 124 0 31 51 54 30 32 54
Binary 10001110 1101011 1010100 0 11001 101001 101100 11000 11010 101100

Color Harmonies of #8E6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6B54

Black with #8E6B54

Text Example


Text Example

White with #8E6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,107,84); }

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

background-color css

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

 a { background-color: rgb(142,107,84); }

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

border-color css

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

 span { border-color: rgb(142,107,84); }

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