Html Css Color HEX #976449 Dark Tan

📋 copy color: '#976449'

red 151 ◦ green 100 ◦ blue 73

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

Shades of Dark Tan #976449

Tints of Dark Tan #976449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 46.6%
G = 30.86%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#976449 (or 0x976449) is known color: Dark Tan. HEX triplet: 97, 64 and 49. RGB value is (151,100,73). Sum of RGB (Red+Green+Blue) = 151+100+73=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #976449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976449 is #689BB6. Grayscale: #707070. Windows color (decimal): -6855607 or 4809879. OLE color: 4809879.

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

Color convert

RGB 151 100 73 -
CMYK 0 0.34 0.52 0.41
HSL 20.77º 0.35% 0.44% -
HSV(B) 20.77º 0.52% 0.59% -
XYZ 18.52 16.17 8.45 -
YUV 112.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 151 100 73 0 0.34 0.52 0.41 20.77 0.35 0.44
Hex 97 64 49 0 22 34 29 15 23 2C
Octal 227 144 111 0 42 64 51 25 43 54
Binary 10010111 1100100 1001001 0 100010 110100 101001 10101 100011 101100

Color Harmonies of #976449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976449

Black with #976449

Text Example


Text Example

White with #976449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976449; }

 p { color: rgb(151,100,73); }

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

background-color css

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

 a { background-color: rgb(151,100,73); }

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

border-color css

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

 span { border-color: rgb(151,100,73); }

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