Html Css Color HEX #8E6653 Leather

📋 copy color: '#8E6653'

red 142 ◦ green 102 ◦ blue 83

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

Shades of Leather #8E6653

Tints of Leather #8E6653

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 43.43%
G = 31.19%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E6653 (or 0x8E6653) is known color: Leather. HEX triplet: 8E, 66 and 53. RGB value is (142,102,83). Sum of RGB (Red+Green+Blue) = 142+102+83=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6653 is #7199AC. Grayscale: #6F6F6F. Windows color (decimal): -7444909 or 5465742. OLE color: 5465742.

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

Color convert

RGB 142 102 83 -
CMYK 0 0.28 0.42 0.44
HSL 19.32º 0.26% 0.44% -
HSV(B) 19.32º 0.42% 0.56% -
XYZ 17.47 15.88 10.33 -
YUV 111.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 142 102 83 0 0.28 0.42 0.44 19.32 0.26 0.44
Hex 8E 66 53 0 1C 2A 2C 13 1A 2C
Octal 216 146 123 0 34 52 54 23 32 54
Binary 10001110 1100110 1010011 0 11100 101010 101100 10011 11010 101100

Color Harmonies of #8E6653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6653

Black with #8E6653

Text Example


Text Example

White with #8E6653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,102,83); }

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

background-color css

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

 a { background-color: rgb(142,102,83); }

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

border-color css

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

 span { border-color: rgb(142,102,83); }

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