Shades of Dark Tan #976543
Tints of Dark Tan #976543
RGB
CMYK
RGB Variations
Color information
#976543 (or 0x976543) is known color: Dark Tan. HEX triplet: 97, 65 and 43. RGB value is (151,101,67). Sum of RGB (Red+Green+Blue) = 151+101+67=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #976543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976543 is #689ABC. Grayscale: #707070. Windows color (decimal): -6855357 or 4416919. OLE color: 4416919.
HSL color Cylindrical-coordinate representation of color #976543: hue angle of 24.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #976543 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 101 | 67 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.41 |
| HSL | 24.29º | 0.39% | 0.43% | - |
| HSV(B) | 24.29º | 0.56% | 0.59% | - |
| XYZ | 18.43 | 16.29 | 7.48 | - |
| YUV | 112.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 67 | 0 | 0.33 | 0.56 | 0.41 | 24.29 | 0.39 | 0.43 |
| Hex | 97 | 65 | 43 | 0 | 21 | 38 | 29 | 18 | 27 | 2B |
| Octal | 227 | 145 | 103 | 0 | 41 | 70 | 51 | 30 | 47 | 53 |
| Binary | 10010111 | 1100101 | 1000011 | 0 | 100001 | 111000 | 101001 | 11000 | 100111 | 101011 |
Color Harmonies of #976543
Complementary color
Monochromatic Colors of #976543
Black with #976543
Text Example
Text Example
White with #976543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976543; }
p { color: rgb(151,101,67); }
H1.HeaderClassName
{
color: #976543;
}
.AnyTagClassName
{
color: #976543;
}
</style>
background-color css
<style>
a { background-color: #976543; }
a { background-color: rgb(151,101,67); }
div.DivClassName
{
background-color: #976543;
}
.BgClassName
{
background-color: #976543;
}
</style>
border-color css
<style>
span { border-color: #976543; }
span { border-color: rgb(151,101,67); }
td.TdClassName
{
border-color: #976543;
}
.TagClassName
{
border-color: #976543;
}
</style>