Html Css Color HEX #8E6058 Rose Taupe

📋 copy color: '#8E6058'

red 142 ◦ green 96 ◦ blue 88

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

Shades of Rose Taupe #8E6058

Tints of Rose Taupe #8E6058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 43.56%
G = 29.45%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E6058 (or 0x8E6058) is known color: Rose Taupe. HEX triplet: 8E, 60 and 58. RGB value is (142,96,88). Sum of RGB (Red+Green+Blue) = 142+96+88=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6058 is #719FA7. Grayscale: #6C6C6C. Windows color (decimal): -7446440 or 5791886. OLE color: 5791886.

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

Color convert

RGB 142 96 88 -
CMYK 0 0.32 0.38 0.44
HSL 8.89º 0.23% 0.45% -
HSV(B) 8.89º 0.38% 0.56% -
XYZ 17.1 14.82 11.19 -
YUV 108.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 142 96 88 0 0.32 0.38 0.44 8.89 0.23 0.45
Hex 8E 60 58 0 20 26 2C 9 17 2D
Octal 216 140 130 0 40 46 54 11 27 55
Binary 10001110 1100000 1011000 0 100000 100110 101100 1001 10111 101101

Color Harmonies of #8E6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6058

Black with #8E6058

Text Example


Text Example

White with #8E6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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