Html Css Color HEX #8E6663 Ferra

📋 copy color: '#8E6663'

red 142 ◦ green 102 ◦ blue 99

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

Shades of Ferra #8E6663

Tints of Ferra #8E6663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.86%

R = 41.4%
G = 29.74%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E6663 (or 0x8E6663) is known color: Ferra. HEX triplet: 8E, 66 and 63. RGB value is (142,102,99). Sum of RGB (Red+Green+Blue) = 142+102+99=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6663 is #71999C. Grayscale: #717171. Windows color (decimal): -7444893 or 6514318. OLE color: 6514318.

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

Color convert

RGB 142 102 99 -
CMYK 0 0.28 0.30 0.44
HSL 4.19º 0.18% 0.47% -
HSV(B) 4.19º 0.3% 0.56% -
XYZ 18.16 16.15 13.97 -
YUV 113.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 142 102 99 0 0.28 0.30 0.44 4.19 0.18 0.47
Hex 8E 66 63 0 1C 1E 2C 4 12 2F
Octal 216 146 143 0 34 36 54 4 22 57
Binary 10001110 1100110 1100011 0 11100 11110 101100 100 10010 101111

Color Harmonies of #8E6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6663

Black with #8E6663

Text Example


Text Example

White with #8E6663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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