Html Css Color HEX #8E6561 Ferra

📋 copy color: '#8E6561'

red 142 ◦ green 101 ◦ blue 97

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

Shades of Ferra #8E6561

Tints of Ferra #8E6561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 97 (38.28% from 255) = 28.53%

R = 41.76%
G = 29.71%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6561 (or 0x8E6561) is known color: Ferra. HEX triplet: 8E, 65 and 61. RGB value is (142,101,97). Sum of RGB (Red+Green+Blue) = 142+101+97=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6561 is #719A9E. Grayscale: #707070. Windows color (decimal): -7445151 or 6382990. OLE color: 6382990.

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

Color convert

RGB 142 101 97 -
CMYK 0 0.29 0.32 0.44
HSL 5.33º 0.19% 0.47% -
HSV(B) 5.33º 0.32% 0.56% -
XYZ 17.97 15.92 13.44 -
YUV 112.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 142 101 97 0 0.29 0.32 0.44 5.33 0.19 0.47
Hex 8E 65 61 0 1D 20 2C 5 13 2F
Octal 216 145 141 0 35 40 54 5 23 57
Binary 10001110 1100101 1100001 0 11101 100000 101100 101 10011 101111

Color Harmonies of #8E6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6561

Black with #8E6561

Text Example


Text Example

White with #8E6561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,97); }

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

background-color css

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

 a { background-color: rgb(142,101,97); }

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

border-color css

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

 span { border-color: rgb(142,101,97); }

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