Html Css Color HEX #8E615B Rose Taupe

📋 copy color: '#8E615B'

red 142 ◦ green 97 ◦ blue 91

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

Shades of Rose Taupe #8E615B

Tints of Rose Taupe #8E615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 43.03%
G = 29.39%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E615B (or 0x8E615B) is known color: Rose Taupe. HEX triplet: 8E, 61 and 5B. RGB value is (142,97,91). Sum of RGB (Red+Green+Blue) = 142+97+91=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E615B is #719EA4. Grayscale: #6D6D6D. Windows color (decimal): -7446181 or 5988750. OLE color: 5988750.

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

Color convert

RGB 142 97 91 -
CMYK 0 0.32 0.36 0.44
HSL 7.06º 0.22% 0.46% -
HSV(B) 7.06º 0.36% 0.56% -
XYZ 17.32 15.06 11.89 -
YUV 109.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 142 97 91 0 0.32 0.36 0.44 7.06 0.22 0.46
Hex 8E 61 5B 0 20 24 2C 7 16 2E
Octal 216 141 133 0 40 44 54 7 26 56
Binary 10001110 1100001 1011011 0 100000 100100 101100 111 10110 101110

Color Harmonies of #8E615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E615B

Black with #8E615B

Text Example


Text Example

White with #8E615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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