Html Css Color HEX #965F67 Mauve Taupe

📋 copy color: '#965F67'

red 150 ◦ green 95 ◦ blue 103

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

Shades of Mauve Taupe #965F67

Tints of Mauve Taupe #965F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 43.1%
G = 27.3%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#965F67 (or 0x965F67) is known color: Mauve Taupe. HEX triplet: 96, 5F and 67. RGB value is (150,95,103). Sum of RGB (Red+Green+Blue) = 150+95+103=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F67 is #69A098. Grayscale: #707070. Windows color (decimal): -6922393 or 6774678. OLE color: 6774678.

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

Color convert

RGB 150 95 103 -
CMYK 0 0.37 0.31 0.41
HSL 351.27º 0.22% 0.48% -
HSV(B) 351.27º 0.37% 0.59% -
XYZ 19.12 15.65 14.84 -
YUV 112.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 150 95 103 0 0.37 0.31 0.41 351.27 0.22 0.48
Hex 96 5F 67 0 25 1F 29 15F 16 30
Octal 226 137 147 0 45 37 51 537 26 60
Binary 10010110 1011111 1100111 0 100101 11111 101001 101011111 10110 110000

Color Harmonies of #965F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F67

Black with #965F67

Text Example


Text Example

White with #965F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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