Html Css Color HEX #8E6060 Rose Taupe

📋 copy color: '#8E6060'

red 142 ◦ green 96 ◦ blue 96

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

Shades of Rose Taupe #8E6060

Tints of Rose Taupe #8E6060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 42.51%
G = 28.74%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6060 (or 0x8E6060) is known color: Rose Taupe. HEX triplet: 8E, 60 and 60. RGB value is (142,96,96). Sum of RGB (Red+Green+Blue) = 142+96+96=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6060 is #719F9F. Grayscale: #6D6D6D. Windows color (decimal): -7446432 or 6316174. OLE color: 6316174.

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

Color convert

RGB 142 96 96 -
CMYK 0 0.32 0.32 0.44
HSL 0.19% 0.47% -
HSV(B) 0.32% 0.56% -
XYZ 17.45 14.96 13.03 -
YUV 109.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 142 96 96 0 0.32 0.32 0.44 0 0.19 0.47
Hex 8E 60 60 0 20 20 2C 0 13 2F
Octal 216 140 140 0 40 40 54 0 23 57
Binary 10001110 1100000 1100000 0 100000 100000 101100 0 10011 101111

Color Harmonies of #8E6060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6060

Black with #8E6060

Text Example


Text Example

White with #8E6060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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