Html Css Color HEX #935D6E Mauve Taupe

📋 copy color: '#935D6E'

red 147 ◦ green 93 ◦ blue 110

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

Shades of Mauve Taupe #935D6E

Tints of Mauve Taupe #935D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 42%
G = 26.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#935D6E (or 0x935D6E) is known color: Mauve Taupe. HEX triplet: 93, 5D and 6E. RGB value is (147,93,110). Sum of RGB (Red+Green+Blue) = 147+93+110=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D6E is #6CA291. Grayscale: #6F6F6F. Windows color (decimal): -7119506 or 7232915. OLE color: 7232915.

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

Color convert

RGB 147 93 110 -
CMYK 0 0.37 0.25 0.42
HSL 341.11º 0.23% 0.47% -
HSV(B) 341.11º 0.37% 0.58% -
XYZ 18.76 15.16 16.69 -
YUV 111.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 147 93 110 0 0.37 0.25 0.42 341.11 0.23 0.47
Hex 93 5D 6E 0 25 19 2A 155 16 2F
Octal 223 135 156 0 45 31 52 525 26 57
Binary 10010011 1011101 1101110 0 100101 11001 101010 101010101 10110 101111

Color Harmonies of #935D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D6E

Black with #935D6E

Text Example


Text Example

White with #935D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,93,110); }

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

background-color css

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

 a { background-color: rgb(147,93,110); }

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

border-color css

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

 span { border-color: rgb(147,93,110); }

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