Shades of Dark Tan #976448
Tints of Dark Tan #976448
RGB
CMYK
RGB Variations
Color information
#976448 (or 0x976448) is known color: Dark Tan. HEX triplet: 97, 64 and 48. RGB value is (151,100,72). Sum of RGB (Red+Green+Blue) = 151+100+72=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #976448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976448 is #689BB7. Grayscale: #707070. Windows color (decimal): -6855608 or 4744343. OLE color: 4744343.
HSL color Cylindrical-coordinate representation of color #976448: hue angle of 21.27º 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 #976448 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 100 | 72 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.41 |
| HSL | 21.27º | 0.35% | 0.44% | - |
| HSV(B) | 21.27º | 0.52% | 0.59% | - |
| XYZ | 18.49 | 16.16 | 8.28 | - |
| YUV | 112.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 72 | 0 | 0.34 | 0.52 | 0.41 | 21.27 | 0.35 | 0.44 |
| Hex | 97 | 64 | 48 | 0 | 22 | 34 | 29 | 15 | 23 | 2C |
| Octal | 227 | 144 | 110 | 0 | 42 | 64 | 51 | 25 | 43 | 54 |
| Binary | 10010111 | 1100100 | 1001000 | 0 | 100010 | 110100 | 101001 | 10101 | 100011 | 101100 |
Color Harmonies of #976448
Complementary color
Monochromatic Colors of #976448
Black with #976448
Text Example
Text Example
White with #976448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976448; }
p { color: rgb(151,100,72); }
H1.HeaderClassName
{
color: #976448;
}
.AnyTagClassName
{
color: #976448;
}
</style>
background-color css
<style>
a { background-color: #976448; }
a { background-color: rgb(151,100,72); }
div.DivClassName
{
background-color: #976448;
}
.BgClassName
{
background-color: #976448;
}
</style>
border-color css
<style>
span { border-color: #976448; }
span { border-color: rgb(151,100,72); }
td.TdClassName
{
border-color: #976448;
}
.TagClassName
{
border-color: #976448;
}
</style>