Html Css Color HEX #8E6E6B Ferra

📋 copy color: '#8E6E6B'

red 142 ◦ green 110 ◦ blue 107

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

Shades of Ferra #8E6E6B

Tints of Ferra #8E6E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 39.55%
G = 30.64%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E6E6B (or 0x8E6E6B) is known color: Ferra. HEX triplet: 8E, 6E and 6B. RGB value is (142,110,107). Sum of RGB (Red+Green+Blue) = 142+110+107=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E6B is #719194. Grayscale: #777777. Windows color (decimal): -7442837 or 7040654. OLE color: 7040654.

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

Color convert

RGB 142 110 107 -
CMYK 0 0.23 0.25 0.44
HSL 5.14º 0.14% 0.49% -
HSV(B) 5.14º 0.25% 0.56% -
XYZ 19.39 17.96 16.36 -
YUV 119.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 142 110 107 0 0.23 0.25 0.44 5.14 0.14 0.49
Hex 8E 6E 6B 0 17 19 2C 5 E 31
Octal 216 156 153 0 27 31 54 5 16 61
Binary 10001110 1101110 1101011 0 10111 11001 101100 101 1110 110001

Color Harmonies of #8E6E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6E6B

Black with #8E6E6B

Text Example


Text Example

White with #8E6E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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