Html Css Color HEX #966569 Mauve Taupe

📋 copy color: '#966569'

red 150 ◦ green 101 ◦ blue 105

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

Shades of Mauve Taupe #966569

Tints of Mauve Taupe #966569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 42.13%
G = 28.37%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#966569 (or 0x966569) is known color: Mauve Taupe. HEX triplet: 96, 65 and 69. RGB value is (150,101,105). Sum of RGB (Red+Green+Blue) = 150+101+105=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #966569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966569 is #699A96. Grayscale: #747474. Windows color (decimal): -6920855 or 6907286. OLE color: 6907286.

HSL color Cylindrical-coordinate representation of color #966569: hue angle of 355.1º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966569 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 105 -
CMYK 0 0.33 0.30 0.41
HSL 355.1º 0.2% 0.49% -
HSV(B) 355.1º 0.33% 0.59% -
XYZ 19.78 16.81 15.57 -
YUV 116.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 150 101 105 0 0.33 0.30 0.41 355.1 0.2 0.49
Hex 96 65 69 0 21 1E 29 163 14 31
Octal 226 145 151 0 41 36 51 543 24 61
Binary 10010110 1100101 1101001 0 100001 11110 101001 101100011 10100 110001

Color Harmonies of #966569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966569

Black with #966569

Text Example


Text Example

White with #966569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966569; }

 p { color: rgb(150,101,105); }

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

background-color css

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

 a { background-color: rgb(150,101,105); }

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

border-color css

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

 span { border-color: rgb(150,101,105); }

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