Html Css Color HEX #935A70 Mauve Taupe

📋 copy color: '#935A70'

red 147 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #935A70

Tints of Mauve Taupe #935A70

RGB

 RED value IS 147 (57.81% from 255) = 42.12%

 GREEN value IS 90 (35.55% from 255) = 25.79%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 42.12%
G = 25.79%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#935A70 (or 0x935A70) is known color: Mauve Taupe. HEX triplet: 93, 5A and 70. RGB value is (147,90,112). Sum of RGB (Red+Green+Blue) = 147+90+112=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A70 is #6CA58F. Grayscale: #6D6D6D. Windows color (decimal): -7120272 or 7363219. OLE color: 7363219.

HSL color Cylindrical-coordinate representation of color #935A70: hue angle of 336.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A70 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 90 112 -
CMYK 0 0.39 0.24 0.42
HSL 336.84º 0.24% 0.46% -
HSV(B) 336.84º 0.39% 0.58% -
XYZ 18.61 14.69 17.18 -
YUV 109.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 147 90 112 0 0.39 0.24 0.42 336.84 0.24 0.46
Hex 93 5A 70 0 27 18 2A 151 18 2E
Octal 223 132 160 0 47 30 52 521 30 56
Binary 10010011 1011010 1110000 0 100111 11000 101010 101010001 11000 101110

Color Harmonies of #935A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A70

Black with #935A70

Text Example


Text Example

White with #935A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935A70; }

 p { color: rgb(147,90,112); }

 H1.HeaderClassName
 {
   color: #935A70;
 }
 .AnyTagClassName
 {
   color: #935A70;
 }
</style>

background-color css

<style>
 a { background-color: #935A70; }

 a { background-color: rgb(147,90,112); }

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

border-color css

<style>
 span { border-color: #935A70; }

 span { border-color: rgb(147,90,112); }

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