Html Css Color HEX #8E6662 Ferra

📋 copy color: '#8E6662'

red 142 ◦ green 102 ◦ blue 98

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

Shades of Ferra #8E6662

Tints of Ferra #8E6662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 41.52%
G = 29.82%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E6662 (or 0x8E6662) is known color: Ferra. HEX triplet: 8E, 66 and 62. RGB value is (142,102,98). Sum of RGB (Red+Green+Blue) = 142+102+98=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6662 is #71999D. Grayscale: #717171. Windows color (decimal): -7444894 or 6448782. OLE color: 6448782.

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

Color convert

RGB 142 102 98 -
CMYK 0 0.28 0.31 0.44
HSL 5.45º 0.18% 0.47% -
HSV(B) 5.45º 0.31% 0.56% -
XYZ 18.11 16.14 13.72 -
YUV 113.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 142 102 98 0 0.28 0.31 0.44 5.45 0.18 0.47
Hex 8E 66 62 0 1C 1F 2C 5 12 2F
Octal 216 146 142 0 34 37 54 5 22 57
Binary 10001110 1100110 1100010 0 11100 11111 101100 101 10010 101111

Color Harmonies of #8E6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6662

Black with #8E6662

Text Example


Text Example

White with #8E6662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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