Html Css Color HEX #965F6A Mauve Taupe

📋 copy color: '#965F6A'

red 150 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #965F6A

Tints of Mauve Taupe #965F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 42.74%
G = 27.07%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#965F6A (or 0x965F6A) is known color: Mauve Taupe. HEX triplet: 96, 5F and 6A. RGB value is (150,95,106). Sum of RGB (Red+Green+Blue) = 150+95+106=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F6A is #69A095. Grayscale: #707070. Windows color (decimal): -6922390 or 6971286. OLE color: 6971286.

HSL color Cylindrical-coordinate representation of color #965F6A: hue angle of 348º 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 #965F6A is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 106 -
CMYK 0 0.37 0.29 0.41
HSL 348º 0.22% 0.48% -
HSV(B) 348º 0.37% 0.59% -
XYZ 19.27 15.71 15.65 -
YUV 112.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 150 95 106 0 0.37 0.29 0.41 348 0.22 0.48
Hex 96 5F 6A 0 25 1D 29 15C 16 30
Octal 226 137 152 0 45 35 51 534 26 60
Binary 10010110 1011111 1101010 0 100101 11101 101001 101011100 10110 110000

Color Harmonies of #965F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F6A

Black with #965F6A

Text Example


Text Example

White with #965F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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