Html Css Color HEX #956268 Mauve Taupe

📋 copy color: '#956268'

red 149 ◦ green 98 ◦ blue 104

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

Shades of Mauve Taupe #956268

Tints of Mauve Taupe #956268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 42.45%
G = 27.92%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#956268 (or 0x956268) is known color: Mauve Taupe. HEX triplet: 95, 62 and 68. RGB value is (149,98,104). Sum of RGB (Red+Green+Blue) = 149+98+104=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #956268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956268 is #6A9D97. Grayscale: #717171. Windows color (decimal): -6987160 or 6840981. OLE color: 6840981.

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

Color convert

RGB 149 98 104 -
CMYK 0 0.34 0.30 0.42
HSL 352.94º 0.21% 0.48% -
HSV(B) 352.94º 0.34% 0.58% -
XYZ 19.26 16.12 15.19 -
YUV 113.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 149 98 104 0 0.34 0.30 0.42 352.94 0.21 0.48
Hex 95 62 68 0 22 1E 2A 161 15 30
Octal 225 142 150 0 42 36 52 541 25 60
Binary 10010101 1100010 1101000 0 100010 11110 101010 101100001 10101 110000

Color Harmonies of #956268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956268

Black with #956268

Text Example


Text Example

White with #956268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956268; }

 p { color: rgb(149,98,104); }

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

background-color css

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

 a { background-color: rgb(149,98,104); }

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

border-color css

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

 span { border-color: rgb(149,98,104); }

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