Html Css Color HEX #935B73 Mauve Taupe

📋 copy color: '#935B73'

red 147 ◦ green 91 ◦ blue 115

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

Shades of Mauve Taupe #935B73

Tints of Mauve Taupe #935B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 41.64%
G = 25.78%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935B73 (or 0x935B73) is known color: Mauve Taupe. HEX triplet: 93, 5B and 73. RGB value is (147,91,115). Sum of RGB (Red+Green+Blue) = 147+91+115=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #935B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B73 is #6CA48C. Grayscale: #6E6E6E. Windows color (decimal): -7120013 or 7560083. OLE color: 7560083.

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

Color convert

RGB 147 91 115 -
CMYK 0 0.38 0.22 0.42
HSL 334.29º 0.24% 0.47% -
HSV(B) 334.29º 0.38% 0.58% -
XYZ 18.87 14.92 18.11 -
YUV 110.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 147 91 115 0 0.38 0.22 0.42 334.29 0.24 0.47
Hex 93 5B 73 0 26 16 2A 14E 18 2F
Octal 223 133 163 0 46 26 52 516 30 57
Binary 10010011 1011011 1110011 0 100110 10110 101010 101001110 11000 101111

Color Harmonies of #935B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935B73

Black with #935B73

Text Example


Text Example

White with #935B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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