Html Css Color HEX #965D6C Mauve Taupe

📋 copy color: '#965D6C'

red 150 ◦ green 93 ◦ blue 108

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

Shades of Mauve Taupe #965D6C

Tints of Mauve Taupe #965D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 42.74%
G = 26.5%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#965D6C (or 0x965D6C) is known color: Mauve Taupe. HEX triplet: 96, 5D and 6C. RGB value is (150,93,108). Sum of RGB (Red+Green+Blue) = 150+93+108=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D6C is #69A293. Grayscale: #6F6F6F. Windows color (decimal): -6922900 or 7101846. OLE color: 7101846.

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

Color convert

RGB 150 93 108 -
CMYK 0 0.38 0.28 0.41
HSL 344.21º 0.23% 0.48% -
HSV(B) 344.21º 0.38% 0.59% -
XYZ 19.2 15.4 16.15 -
YUV 111.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 150 93 108 0 0.38 0.28 0.41 344.21 0.23 0.48
Hex 96 5D 6C 0 26 1C 29 158 17 30
Octal 226 135 154 0 46 34 51 530 27 60
Binary 10010110 1011101 1101100 0 100110 11100 101001 101011000 10111 110000

Color Harmonies of #965D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D6C

Black with #965D6C

Text Example


Text Example

White with #965D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,108); }

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

background-color css

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

 a { background-color: rgb(150,93,108); }

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

border-color css

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

 span { border-color: rgb(150,93,108); }

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