Html Css Color HEX #935B6E Mauve Taupe

📋 copy color: '#935B6E'

red 147 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #935B6E

Tints of Mauve Taupe #935B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 42.24%
G = 26.15%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#935B6E (or 0x935B6E) is known color: Mauve Taupe. HEX triplet: 93, 5B and 6E. RGB value is (147,91,110). Sum of RGB (Red+Green+Blue) = 147+91+110=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #935B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B6E is #6CA491. Grayscale: #6D6D6D. Windows color (decimal): -7120018 or 7232403. OLE color: 7232403.

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

Color convert

RGB 147 91 110 -
CMYK 0 0.38 0.25 0.42
HSL 339.64º 0.24% 0.47% -
HSV(B) 339.64º 0.38% 0.58% -
XYZ 18.59 14.81 16.63 -
YUV 109.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 147 91 110 0 0.38 0.25 0.42 339.64 0.24 0.47
Hex 93 5B 6E 0 26 19 2A 154 18 2F
Octal 223 133 156 0 46 31 52 524 30 57
Binary 10010011 1011011 1101110 0 100110 11001 101010 101010100 11000 101111

Color Harmonies of #935B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935B6E

Black with #935B6E

Text Example


Text Example

White with #935B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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