Html Css Color HEX #8E615F Rose Taupe

📋 copy color: '#8E615F'

red 142 ◦ green 97 ◦ blue 95

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

Shades of Rose Taupe #8E615F

Tints of Rose Taupe #8E615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 42.51%
G = 29.04%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E615F (or 0x8E615F) is known color: Rose Taupe. HEX triplet: 8E, 61 and 5F. RGB value is (142,97,95). Sum of RGB (Red+Green+Blue) = 142+97+95=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E615F is #719EA0. Grayscale: #6E6E6E. Windows color (decimal): -7446177 or 6250894. OLE color: 6250894.

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

Color convert

RGB 142 97 95 -
CMYK 0 0.32 0.33 0.44
HSL 2.55º 0.2% 0.46% -
HSV(B) 2.55º 0.33% 0.56% -
XYZ 17.5 15.13 12.82 -
YUV 110.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 142 97 95 0 0.32 0.33 0.44 2.55 0.2 0.46
Hex 8E 61 5F 0 20 21 2C 3 14 2E
Octal 216 141 137 0 40 41 54 3 24 56
Binary 10001110 1100001 1011111 0 100000 100001 101100 11 10100 101110

Color Harmonies of #8E615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E615F

Black with #8E615F

Text Example


Text Example

White with #8E615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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