Html Css Color HEX #946975 Mauve Taupe

📋 copy color: '#946975'

red 148 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #946975

Tints of Mauve Taupe #946975

RGB

 RED value IS 148 (58.2% from 255) = 40%

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 40%
G = 28.38%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#946975 (or 0x946975) is known color: Mauve Taupe. HEX triplet: 94, 69 and 75. RGB value is (148,105,117). Sum of RGB (Red+Green+Blue) = 148+105+117=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #946975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946975 is #6B968A. Grayscale: #777777. Windows color (decimal): -7050891 or 7694740. OLE color: 7694740.

HSL color Cylindrical-coordinate representation of color #946975: hue angle of 343.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946975 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 117 -
CMYK 0 0.29 0.21 0.42
HSL 343.26º 0.17% 0.5% -
HSV(B) 343.26º 0.29% 0.58% -
XYZ 20.48 17.68 19.16 -
YUV 119.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 148 105 117 0 0.29 0.21 0.42 343.26 0.17 0.5
Hex 94 69 75 0 1D 15 2A 157 11 32
Octal 224 151 165 0 35 25 52 527 21 62
Binary 10010100 1101001 1110101 0 11101 10101 101010 101010111 10001 110010

Color Harmonies of #946975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946975

Black with #946975

Text Example


Text Example

White with #946975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946975; }

 p { color: rgb(148,105,117); }

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

background-color css

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

 a { background-color: rgb(148,105,117); }

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

border-color css

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

 span { border-color: rgb(148,105,117); }

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