Html Css Color HEX #976369 Mauve Taupe

📋 copy color: '#976369'

red 151 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #976369

Tints of Mauve Taupe #976369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 42.54%
G = 27.89%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#976369 (or 0x976369) is known color: Mauve Taupe. HEX triplet: 97, 63 and 69. RGB value is (151,99,105). Sum of RGB (Red+Green+Blue) = 151+99+105=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #976369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976369 is #689C96. Grayscale: #737373. Windows color (decimal): -6855831 or 6906775. OLE color: 6906775.

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

Color convert

RGB 151 99 105 -
CMYK 0 0.34 0.30 0.41
HSL 353.08º 0.21% 0.49% -
HSV(B) 353.08º 0.34% 0.59% -
XYZ 19.77 16.52 15.51 -
YUV 115.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 151 99 105 0 0.34 0.30 0.41 353.08 0.21 0.49
Hex 97 63 69 0 22 1E 29 161 15 31
Octal 227 143 151 0 42 36 51 541 25 61
Binary 10010111 1100011 1101001 0 100010 11110 101001 101100001 10101 110001

Color Harmonies of #976369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976369

Black with #976369

Text Example


Text Example

White with #976369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976369; }

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

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

background-color css

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

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

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

border-color css

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

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

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