Html Css Color HEX #965975 Mauve Taupe

📋 copy color: '#965975'

red 150 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #965975

Tints of Mauve Taupe #965975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

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

R = 42.13%
G = 25%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#965975 (or 0x965975) is known color: Mauve Taupe. HEX triplet: 96, 59 and 75. RGB value is (150,89,117). Sum of RGB (Red+Green+Blue) = 150+89+117=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #965975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965975 is #69A68A. Grayscale: #6E6E6E. Windows color (decimal): -6923915 or 7690646. OLE color: 7690646.

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

Color convert

RGB 150 89 117 -
CMYK 0 0.41 0.22 0.41
HSL 332.46º 0.26% 0.47% -
HSV(B) 332.46º 0.41% 0.59% -
XYZ 19.36 14.91 18.69 -
YUV 110.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 150 89 117 0 0.41 0.22 0.41 332.46 0.26 0.47
Hex 96 59 75 0 29 16 29 14C 1A 2F
Octal 226 131 165 0 51 26 51 514 32 57
Binary 10010110 1011001 1110101 0 101001 10110 101001 101001100 11010 101111

Color Harmonies of #965975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965975

Black with #965975

Text Example


Text Example

White with #965975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965975; }

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

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

background-color css

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

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

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

border-color css

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

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

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