Html Css Color HEX #976569 Mauve Taupe

📋 copy color: '#976569'

red 151 ◦ green 101 ◦ blue 105

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

Shades of Mauve Taupe #976569

Tints of Mauve Taupe #976569

RGB

 RED value IS 151 (59.38% from 255) = 42.3%

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

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

R = 42.3%
G = 28.29%
B = 29.41%

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

#976569 (or 0x976569) is known color: Mauve Taupe. HEX triplet: 97, 65 and 69. RGB value is (151,101,105). Sum of RGB (Red+Green+Blue) = 151+101+105=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976569 is #689A96. Grayscale: #747474. Windows color (decimal): -6855319 or 6907287. OLE color: 6907287.

HSL color Cylindrical-coordinate representation of color #976569: hue angle of 355.2º 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 #976569 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 105 -
CMYK 0 0.33 0.30 0.41
HSL 355.2º 0.2% 0.49% -
HSV(B) 355.2º 0.33% 0.59% -
XYZ 19.97 16.91 15.58 -
YUV 116.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 151 101 105 0 0.33 0.30 0.41 355.2 0.2 0.49
Hex 97 65 69 0 21 1E 29 163 14 31
Octal 227 145 151 0 41 36 51 543 24 61
Binary 10010111 1100101 1101001 0 100001 11110 101001 101100011 10100 110001

Color Harmonies of #976569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976569

Black with #976569

Text Example


Text Example

White with #976569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976569; }

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

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

background-color css

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

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

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

border-color css

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

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

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