Html Css Color HEX #935675 Mauve Taupe

📋 copy color: '#935675'

red 147 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #935675

Tints of Mauve Taupe #935675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 117 (46.09% from 255) = 33.43%

R = 42%
G = 24.57%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#935675 (or 0x935675) is known color: Mauve Taupe. HEX triplet: 93, 56 and 75. RGB value is (147,86,117). Sum of RGB (Red+Green+Blue) = 147+86+117=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935675 is #6CA98A. Grayscale: #6B6B6B. Windows color (decimal): -7121291 or 7689875. OLE color: 7689875.

HSL color Cylindrical-coordinate representation of color #935675: hue angle of 329.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935675 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 86 117 -
CMYK 0 0.41 0.20 0.42
HSL 329.51º 0.26% 0.46% -
HSV(B) 329.51º 0.41% 0.58% -
XYZ 18.57 14.14 18.58 -
YUV 107.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 147 86 117 0 0.41 0.20 0.42 329.51 0.26 0.46
Hex 93 56 75 0 29 14 2A 14A 1A 2E
Octal 223 126 165 0 51 24 52 512 32 56
Binary 10010011 1010110 1110101 0 101001 10100 101010 101001010 11010 101110

Color Harmonies of #935675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935675

Black with #935675

Text Example


Text Example

White with #935675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935675; }

 p { color: rgb(147,86,117); }

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

background-color css

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

 a { background-color: rgb(147,86,117); }

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

border-color css

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

 span { border-color: rgb(147,86,117); }

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