Html Css Color HEX #965675 Mauve Taupe

📋 copy color: '#965675'

red 150 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #965675

Tints of Mauve Taupe #965675

RGB

 RED value IS 150 (58.98% from 255) = 42.49%

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 42.49%
G = 24.36%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#965675 (or 0x965675) is known color: Mauve Taupe. HEX triplet: 96, 56 and 75. RGB value is (150,86,117). Sum of RGB (Red+Green+Blue) = 150+86+117=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965675 is #69A98A. Grayscale: #6C6C6C. Windows color (decimal): -6924683 or 7689878. OLE color: 7689878.

HSL color Cylindrical-coordinate representation of color #965675: hue angle of 330.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965675 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 117 -
CMYK 0 0.43 0.22 0.41
HSL 330.94º 0.27% 0.46% -
HSV(B) 330.94º 0.43% 0.59% -
XYZ 19.12 14.42 18.61 -
YUV 108.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 150 86 117 0 0.43 0.22 0.41 330.94 0.27 0.46
Hex 96 56 75 0 2B 16 29 14B 1B 2E
Octal 226 126 165 0 53 26 51 513 33 56
Binary 10010110 1010110 1110101 0 101011 10110 101001 101001011 11011 101110

Color Harmonies of #965675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965675

Black with #965675

Text Example


Text Example

White with #965675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965675; }

 p { color: rgb(150,86,117); }

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

background-color css

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

 a { background-color: rgb(150,86,117); }

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

border-color css

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

 span { border-color: rgb(150,86,117); }

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