Html Css Color HEX #935E6A Mauve Taupe

📋 copy color: '#935E6A'

red 147 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #935E6A

Tints of Mauve Taupe #935E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 42.36%
G = 27.09%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#935E6A (or 0x935E6A) is known color: Mauve Taupe. HEX triplet: 93, 5E and 6A. RGB value is (147,94,106). Sum of RGB (Red+Green+Blue) = 147+94+106=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E6A is #6CA195. Grayscale: #6F6F6F. Windows color (decimal): -7119254 or 6971027. OLE color: 6971027.

HSL color Cylindrical-coordinate representation of color #935E6A: hue angle of 346.42º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E6A is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 94 106 -
CMYK 0 0.36 0.28 0.42
HSL 346.42º 0.22% 0.47% -
HSV(B) 346.42º 0.36% 0.58% -
XYZ 18.64 15.25 15.6 -
YUV 111.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 147 94 106 0 0.36 0.28 0.42 346.42 0.22 0.47
Hex 93 5E 6A 0 24 1C 2A 15A 16 2F
Octal 223 136 152 0 44 34 52 532 26 57
Binary 10010011 1011110 1101010 0 100100 11100 101010 101011010 10110 101111

Color Harmonies of #935E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E6A

Black with #935E6A

Text Example


Text Example

White with #935E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,94,106); }

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

background-color css

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

 a { background-color: rgb(147,94,106); }

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

border-color css

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

 span { border-color: rgb(147,94,106); }

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