Html Css Color HEX #8E6361 Rose Taupe

📋 copy color: '#8E6361'

red 142 ◦ green 99 ◦ blue 97

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

Shades of Rose Taupe #8E6361

Tints of Rose Taupe #8E6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 42.01%
G = 29.29%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E6361 (or 0x8E6361) is known color: Rose Taupe. HEX triplet: 8E, 63 and 61. RGB value is (142,99,97). Sum of RGB (Red+Green+Blue) = 142+99+97=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6361 is #719C9E. Grayscale: #6F6F6F. Windows color (decimal): -7445663 or 6382478. OLE color: 6382478.

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

Color convert

RGB 142 99 97 -
CMYK 0 0.30 0.32 0.44
HSL 2.67º 0.19% 0.47% -
HSV(B) 2.67º 0.32% 0.56% -
XYZ 17.77 15.54 13.37 -
YUV 111.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 142 99 97 0 0.30 0.32 0.44 2.67 0.19 0.47
Hex 8E 63 61 0 1E 20 2C 3 13 2F
Octal 216 143 141 0 36 40 54 3 23 57
Binary 10001110 1100011 1100001 0 11110 100000 101100 11 10011 101111

Color Harmonies of #8E6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6361

Black with #8E6361

Text Example


Text Example

White with #8E6361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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