Html Css Color HEX #935F6D Mauve Taupe

📋 copy color: '#935F6D'

red 147 ◦ green 95 ◦ blue 109

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

Shades of Mauve Taupe #935F6D

Tints of Mauve Taupe #935F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 41.88%
G = 27.07%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#935F6D (or 0x935F6D) is known color: Mauve Taupe. HEX triplet: 93, 5F and 6D. RGB value is (147,95,109). Sum of RGB (Red+Green+Blue) = 147+95+109=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F6D is #6CA092. Grayscale: #707070. Windows color (decimal): -7118995 or 7167891. OLE color: 7167891.

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

Color convert

RGB 147 95 109 -
CMYK 0 0.35 0.26 0.42
HSL 343.85º 0.21% 0.47% -
HSV(B) 343.85º 0.35% 0.58% -
XYZ 18.89 15.49 16.46 -
YUV 112.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 147 95 109 0 0.35 0.26 0.42 343.85 0.21 0.47
Hex 93 5F 6D 0 23 1A 2A 158 15 2F
Octal 223 137 155 0 43 32 52 530 25 57
Binary 10010011 1011111 1101101 0 100011 11010 101010 101011000 10101 101111

Color Harmonies of #935F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935F6D

Black with #935F6D

Text Example


Text Example

White with #935F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,95,109); }

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

background-color css

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

 a { background-color: rgb(147,95,109); }

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

border-color css

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

 span { border-color: rgb(147,95,109); }

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