Html Css Color HEX #965C73 Mauve Taupe

📋 copy color: '#965C73'

red 150 ◦ green 92 ◦ blue 115

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

Shades of Mauve Taupe #965C73

Tints of Mauve Taupe #965C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 42.02%
G = 25.77%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965C73 (or 0x965C73) is known color: Mauve Taupe. HEX triplet: 96, 5C and 73. RGB value is (150,92,115). Sum of RGB (Red+Green+Blue) = 150+92+115=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C73 is #69A38C. Grayscale: #6F6F6F. Windows color (decimal): -6923149 or 7560342. OLE color: 7560342.

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

Color convert

RGB 150 92 115 -
CMYK 0 0.39 0.23 0.41
HSL 336.21º 0.24% 0.47% -
HSV(B) 336.21º 0.39% 0.59% -
XYZ 19.5 15.38 18.16 -
YUV 111.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 150 92 115 0 0.39 0.23 0.41 336.21 0.24 0.47
Hex 96 5C 73 0 27 17 29 150 18 2F
Octal 226 134 163 0 47 27 51 520 30 57
Binary 10010110 1011100 1110011 0 100111 10111 101001 101010000 11000 101111

Color Harmonies of #965C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C73

Black with #965C73

Text Example


Text Example

White with #965C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,92,115); }

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

background-color css

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

 a { background-color: rgb(150,92,115); }

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

border-color css

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

 span { border-color: rgb(150,92,115); }

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