Html Css Color HEX #956578 Mauve Taupe

📋 copy color: '#956578'

red 149 ◦ green 101 ◦ blue 120

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

Shades of Mauve Taupe #956578

Tints of Mauve Taupe #956578

RGB

 RED value IS 149 (58.59% from 255) = 40.27%

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 40.27%
G = 27.3%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#956578 (or 0x956578) is known color: Mauve Taupe. HEX triplet: 95, 65 and 78. RGB value is (149,101,120). Sum of RGB (Red+Green+Blue) = 149+101+120=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #956578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956578 is #6A9A87. Grayscale: #757575. Windows color (decimal): -6986376 or 7890325. OLE color: 7890325.

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

Color convert

RGB 149 101 120 -
CMYK 0 0.32 0.19 0.42
HSL 336.25º 0.19% 0.49% -
HSV(B) 336.25º 0.32% 0.58% -
XYZ 20.44 17.05 19.98 -
YUV 117.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 149 101 120 0 0.32 0.19 0.42 336.25 0.19 0.49
Hex 95 65 78 0 20 13 2A 150 13 31
Octal 225 145 170 0 40 23 52 520 23 61
Binary 10010101 1100101 1111000 0 100000 10011 101010 101010000 10011 110001

Color Harmonies of #956578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956578

Black with #956578

Text Example


Text Example

White with #956578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956578; }

 p { color: rgb(149,101,120); }

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

background-color css

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

 a { background-color: rgb(149,101,120); }

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

border-color css

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

 span { border-color: rgb(149,101,120); }

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