Html Css Color HEX #976065 Mauve Taupe

📋 copy color: '#976065'

red 151 ◦ green 96 ◦ blue 101

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

Shades of Mauve Taupe #976065

Tints of Mauve Taupe #976065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 43.39%
G = 27.59%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#976065 (or 0x976065) is known color: Mauve Taupe. HEX triplet: 97, 60 and 65. RGB value is (151,96,101). Sum of RGB (Red+Green+Blue) = 151+96+101=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976065 is #689F9A. Grayscale: #717171. Windows color (decimal): -6856603 or 6643863. OLE color: 6643863.

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

Color convert

RGB 151 96 101 -
CMYK 0 0.36 0.33 0.41
HSL 354.55º 0.22% 0.48% -
HSV(B) 354.55º 0.36% 0.59% -
XYZ 19.29 15.88 14.36 -
YUV 113.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 151 96 101 0 0.36 0.33 0.41 354.55 0.22 0.48
Hex 97 60 65 0 24 21 29 163 16 30
Octal 227 140 145 0 44 41 51 543 26 60
Binary 10010111 1100000 1100101 0 100100 100001 101001 101100011 10110 110000

Color Harmonies of #976065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976065

Black with #976065

Text Example


Text Example

White with #976065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976065; }

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

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

background-color css

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

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

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

border-color css

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

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

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