Html Css Color HEX #935E69 Mauve Taupe

📋 copy color: '#935E69'

red 147 ◦ green 94 ◦ blue 105

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

Shades of Mauve Taupe #935E69

Tints of Mauve Taupe #935E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 42.49%
G = 27.17%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#935E69 (or 0x935E69) is known color: Mauve Taupe. HEX triplet: 93, 5E and 69. RGB value is (147,94,105). Sum of RGB (Red+Green+Blue) = 147+94+105=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E69 is #6CA196. Grayscale: #6F6F6F. Windows color (decimal): -7119255 or 6905491. OLE color: 6905491.

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

Color convert

RGB 147 94 105 -
CMYK 0 0.36 0.29 0.42
HSL 347.55º 0.22% 0.47% -
HSV(B) 347.55º 0.36% 0.58% -
XYZ 18.59 15.23 15.32 -
YUV 111.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 147 94 105 0 0.36 0.29 0.42 347.55 0.22 0.47
Hex 93 5E 69 0 24 1D 2A 15C 16 2F
Octal 223 136 151 0 44 35 52 534 26 57
Binary 10010011 1011110 1101001 0 100100 11101 101010 101011100 10110 101111

Color Harmonies of #935E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E69

Black with #935E69

Text Example


Text Example

White with #935E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,94,105); }

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

background-color css

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

 a { background-color: rgb(147,94,105); }

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

border-color css

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

 span { border-color: rgb(147,94,105); }

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