Html Css Color HEX #965F74 Mauve Taupe

📋 copy color: '#965F74'

red 150 ◦ green 95 ◦ blue 116

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

Shades of Mauve Taupe #965F74

Tints of Mauve Taupe #965F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 41.55%
G = 26.32%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965F74 (or 0x965F74) is known color: Mauve Taupe. HEX triplet: 96, 5F and 74. RGB value is (150,95,116). Sum of RGB (Red+Green+Blue) = 150+95+116=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #965F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F74 is #69A08B. Grayscale: #717171. Windows color (decimal): -6922380 or 7626646. OLE color: 7626646.

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

Color convert

RGB 150 95 116 -
CMYK 0 0.37 0.23 0.41
HSL 337.09º 0.22% 0.48% -
HSV(B) 337.09º 0.37% 0.59% -
XYZ 19.82 15.93 18.55 -
YUV 113.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 150 95 116 0 0.37 0.23 0.41 337.09 0.22 0.48
Hex 96 5F 74 0 25 17 29 151 16 30
Octal 226 137 164 0 45 27 51 521 26 60
Binary 10010110 1011111 1110100 0 100101 10111 101001 101010001 10110 110000

Color Harmonies of #965F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F74

Black with #965F74

Text Example


Text Example

White with #965F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965F74; }

 p { color: rgb(150,95,116); }

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

background-color css

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

 a { background-color: rgb(150,95,116); }

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

border-color css

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

 span { border-color: rgb(150,95,116); }

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