Html Css Color HEX #936575 Mauve Taupe

📋 copy color: '#936575'

red 147 ◦ green 101 ◦ blue 117

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

Shades of Mauve Taupe #936575

Tints of Mauve Taupe #936575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 40.27%
G = 27.67%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#936575 (or 0x936575) is known color: Mauve Taupe. HEX triplet: 93, 65 and 75. RGB value is (147,101,117). Sum of RGB (Red+Green+Blue) = 147+101+117=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936575 is #6C9A8A. Grayscale: #747474. Windows color (decimal): -7117451 or 7693715. OLE color: 7693715.

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

Color convert

RGB 147 101 117 -
CMYK 0 0.31 0.20 0.42
HSL 339.13º 0.19% 0.49% -
HSV(B) 339.13º 0.31% 0.58% -
XYZ 19.9 16.79 19.02 -
YUV 116.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 147 101 117 0 0.31 0.20 0.42 339.13 0.19 0.49
Hex 93 65 75 0 1F 14 2A 153 13 31
Octal 223 145 165 0 37 24 52 523 23 61
Binary 10010011 1100101 1110101 0 11111 10100 101010 101010011 10011 110001

Color Harmonies of #936575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936575

Black with #936575

Text Example


Text Example

White with #936575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936575; }

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

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

background-color css

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

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

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

border-color css

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

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

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