Html Css Color HEX #8E6D6B Ferra

📋 copy color: '#8E6D6B'

red 142 ◦ green 109 ◦ blue 107

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

Shades of Ferra #8E6D6B

Tints of Ferra #8E6D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

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

R = 39.66%
G = 30.45%
B = 29.89%

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

#8E6D6B (or 0x8E6D6B) is known color: Ferra. HEX triplet: 8E, 6D and 6B. RGB value is (142,109,107). Sum of RGB (Red+Green+Blue) = 142+109+107=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D6B is #719294. Grayscale: #767676. Windows color (decimal): -7443093 or 7040398. OLE color: 7040398.

HSL color Cylindrical-coordinate representation of color #8E6D6B: hue angle of 3.43º 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 #8E6D6B is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 109 107 -
CMYK 0 0.23 0.25 0.44
HSL 3.43º 0.14% 0.49% -
HSV(B) 3.43º 0.25% 0.56% -
XYZ 19.28 17.75 16.32 -
YUV 118.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 142 109 107 0 0.23 0.25 0.44 3.43 0.14 0.49
Hex 8E 6D 6B 0 17 19 2C 3 E 31
Octal 216 155 153 0 27 31 54 3 16 61
Binary 10001110 1101101 1101011 0 10111 11001 101100 11 1110 110001

Color Harmonies of #8E6D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D6B

Black with #8E6D6B

Text Example


Text Example

White with #8E6D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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