Html Css Color HEX #8E6261 Rose Taupe

📋 copy color: '#8E6261'

red 142 ◦ green 98 ◦ blue 97

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

Shades of Rose Taupe #8E6261

Tints of Rose Taupe #8E6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 42.14%
G = 29.08%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6261 (or 0x8E6261) is known color: Rose Taupe. HEX triplet: 8E, 62 and 61. RGB value is (142,98,97). Sum of RGB (Red+Green+Blue) = 142+98+97=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6261 is #719D9E. Grayscale: #6F6F6F. Windows color (decimal): -7445919 or 6382222. OLE color: 6382222.

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

Color convert

RGB 142 98 97 -
CMYK 0 0.31 0.32 0.44
HSL 1.33º 0.19% 0.47% -
HSV(B) 1.33º 0.32% 0.56% -
XYZ 17.68 15.35 13.34 -
YUV 111.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 142 98 97 0 0.31 0.32 0.44 1.33 0.19 0.47
Hex 8E 62 61 0 1F 20 2C 1 13 2F
Octal 216 142 141 0 37 40 54 1 23 57
Binary 10001110 1100010 1100001 0 11111 100000 101100 1 10011 101111

Color Harmonies of #8E6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6261

Black with #8E6261

Text Example


Text Example

White with #8E6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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