Html Css Color HEX #936470 Mauve Taupe

📋 copy color: '#936470'

red 147 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #936470

Tints of Mauve Taupe #936470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 40.95%
G = 27.86%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#936470 (or 0x936470) is known color: Mauve Taupe. HEX triplet: 93, 64 and 70. RGB value is (147,100,112). Sum of RGB (Red+Green+Blue) = 147+100+112=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #936470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936470 is #6C9B8F. Grayscale: #737373. Windows color (decimal): -7117712 or 7365779. OLE color: 7365779.

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

Color convert

RGB 147 100 112 -
CMYK 0 0.32 0.24 0.42
HSL 344.68º 0.19% 0.48% -
HSV(B) 344.68º 0.32% 0.58% -
XYZ 19.51 16.49 17.48 -
YUV 115.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 147 100 112 0 0.32 0.24 0.42 344.68 0.19 0.48
Hex 93 64 70 0 20 18 2A 159 13 30
Octal 223 144 160 0 40 30 52 531 23 60
Binary 10010011 1100100 1110000 0 100000 11000 101010 101011001 10011 110000

Color Harmonies of #936470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936470

Black with #936470

Text Example


Text Example

White with #936470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936470; }

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

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

background-color css

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

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

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

border-color css

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

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

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