Shades of Tundora #61544F
Tints of Tundora #61544F
RGB
CMYK
RGB Variations
Color information
#61544F (or 0x61544F) is known color: Tundora. HEX triplet: 61, 54 and 4F. RGB value is (97,84,79). Sum of RGB (Red+Green+Blue) = 97+84+79=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61544F is #9EABB0. Grayscale: #575757. Windows color (decimal): -10398641 or 5198945. OLE color: 5198945.
HSL color Cylindrical-coordinate representation of color #61544F: hue angle of 16.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61544F is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 84 | 79 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.62 |
| HSL | 16.67º | 0.1% | 0.35% | - |
| HSV(B) | 16.67º | 0.19% | 0.38% | - |
| XYZ | 9.51 | 9.45 | 8.72 | - |
| YUV | 87.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 79 | 0 | 0.13 | 0.19 | 0.62 | 16.67 | 0.1 | 0.35 |
| Hex | 61 | 54 | 4F | 0 | D | 13 | 3E | 11 | A | 23 |
| Octal | 141 | 124 | 117 | 0 | 15 | 23 | 76 | 21 | 12 | 43 |
| Binary | 1100001 | 1010100 | 1001111 | 0 | 1101 | 10011 | 111110 | 10001 | 1010 | 100011 |
Color Harmonies of #61544F
Complementary color
Monochromatic Colors of #61544F
Black with #61544F
Text Example
Text Example
White with #61544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61544F; }
p { color: rgb(97,84,79); }
H1.HeaderClassName
{
color: #61544F;
}
.AnyTagClassName
{
color: #61544F;
}
</style>
background-color css
<style>
a { background-color: #61544F; }
a { background-color: rgb(97,84,79); }
div.DivClassName
{
background-color: #61544F;
}
.BgClassName
{
background-color: #61544F;
}
</style>
border-color css
<style>
span { border-color: #61544F; }
span { border-color: rgb(97,84,79); }
td.TdClassName
{
border-color: #61544F;
}
.TagClassName
{
border-color: #61544F;
}
</style>