Html Css Color HEX #936570 Mauve Taupe

📋 copy color: '#936570'

red 147 ◦ green 101 ◦ blue 112

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

Shades of Mauve Taupe #936570

Tints of Mauve Taupe #936570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 40.83%
G = 28.06%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#936570 (or 0x936570) is known color: Mauve Taupe. HEX triplet: 93, 65 and 70. RGB value is (147,101,112). Sum of RGB (Red+Green+Blue) = 147+101+112=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #936570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936570 is #6C9A8F. Grayscale: #747474. Windows color (decimal): -7117456 or 7366035. OLE color: 7366035.

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

Color convert

RGB 147 101 112 -
CMYK 0 0.31 0.24 0.42
HSL 345.65º 0.19% 0.49% -
HSV(B) 345.65º 0.31% 0.58% -
XYZ 19.61 16.68 17.52 -
YUV 116.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 147 101 112 0 0.31 0.24 0.42 345.65 0.19 0.49
Hex 93 65 70 0 1F 18 2A 15A 13 31
Octal 223 145 160 0 37 30 52 532 23 61
Binary 10010011 1100101 1110000 0 11111 11000 101010 101011010 10011 110001

Color Harmonies of #936570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936570

Black with #936570

Text Example


Text Example

White with #936570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936570; }

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

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

background-color css

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

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

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

border-color css

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

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

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