Html Css Color HEX #956568 Mauve Taupe

📋 copy color: '#956568'

red 149 ◦ green 101 ◦ blue 104

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

Shades of Mauve Taupe #956568

Tints of Mauve Taupe #956568

RGB

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

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

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

R = 42.09%
G = 28.53%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#956568 (or 0x956568) is known color: Mauve Taupe. HEX triplet: 95, 65 and 68. RGB value is (149,101,104). Sum of RGB (Red+Green+Blue) = 149+101+104=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #956568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956568 is #6A9A97. Grayscale: #737373. Windows color (decimal): -6986392 or 6841749. OLE color: 6841749.

HSL color Cylindrical-coordinate representation of color #956568: hue angle of 356.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 #956568 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 104 -
CMYK 0 0.32 0.30 0.42
HSL 356.25º 0.19% 0.49% -
HSV(B) 356.25º 0.32% 0.58% -
XYZ 19.55 16.7 15.29 -
YUV 115.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 149 101 104 0 0.32 0.30 0.42 356.25 0.19 0.49
Hex 95 65 68 0 20 1E 2A 164 13 31
Octal 225 145 150 0 40 36 52 544 23 61
Binary 10010101 1100101 1101000 0 100000 11110 101010 101100100 10011 110001

Color Harmonies of #956568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956568

Black with #956568

Text Example


Text Example

White with #956568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956568; }

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

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

background-color css

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

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

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

border-color css

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

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

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