Html Css Color HEX #8E664E Leather

📋 copy color: '#8E664E'

red 142 ◦ green 102 ◦ blue 78

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

Shades of Leather #8E664E

Tints of Leather #8E664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.22%

R = 44.1%
G = 31.68%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E664E (or 0x8E664E) is known color: Leather. HEX triplet: 8E, 66 and 4E. RGB value is (142,102,78). Sum of RGB (Red+Green+Blue) = 142+102+78=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E664E is #7199B1. Grayscale: #6F6F6F. Windows color (decimal): -7444914 or 5138062. OLE color: 5138062.

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

Color convert

RGB 142 102 78 -
CMYK 0 0.28 0.45 0.44
HSL 22.5º 0.29% 0.43% -
HSV(B) 22.5º 0.45% 0.56% -
XYZ 17.28 15.8 9.35 -
YUV 111.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 142 102 78 0 0.28 0.45 0.44 22.5 0.29 0.43
Hex 8E 66 4E 0 1C 2D 2C 16 1D 2B
Octal 216 146 116 0 34 55 54 26 35 53
Binary 10001110 1100110 1001110 0 11100 101101 101100 10110 11101 101011

Color Harmonies of #8E664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E664E

Black with #8E664E

Text Example


Text Example

White with #8E664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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