Html Css Color HEX #935E6D Mauve Taupe

📋 copy color: '#935E6D'

red 147 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #935E6D

Tints of Mauve Taupe #935E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 42%
G = 26.86%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#935E6D (or 0x935E6D) is known color: Mauve Taupe. HEX triplet: 93, 5E and 6D. RGB value is (147,94,109). Sum of RGB (Red+Green+Blue) = 147+94+109=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E6D is #6CA192. Grayscale: #6F6F6F. Windows color (decimal): -7119251 or 7167635. OLE color: 7167635.

HSL color Cylindrical-coordinate representation of color #935E6D: hue angle of 343.02º 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 #935E6D is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 94 109 -
CMYK 0 0.36 0.26 0.42
HSL 343.02º 0.22% 0.47% -
HSV(B) 343.02º 0.36% 0.58% -
XYZ 18.8 15.31 16.43 -
YUV 111.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 147 94 109 0 0.36 0.26 0.42 343.02 0.22 0.47
Hex 93 5E 6D 0 24 1A 2A 157 16 2F
Octal 223 136 155 0 44 32 52 527 26 57
Binary 10010011 1011110 1101101 0 100100 11010 101010 101010111 10110 101111

Color Harmonies of #935E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E6D

Black with #935E6D

Text Example


Text Example

White with #935E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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