Shades of Tundora #61554F
Tints of Tundora #61554F
RGB
CMYK
RGB Variations
Color information
#61554F (or 0x61554F) is known color: Tundora. HEX triplet: 61, 55 and 4F. RGB value is (97,85,79). Sum of RGB (Red+Green+Blue) = 97+85+79=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61554F is #9EAAB0. Grayscale: #575757. Windows color (decimal): -10398385 or 5199201. OLE color: 5199201.
HSL color Cylindrical-coordinate representation of color #61554F: hue angle of 20º 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 #61554F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 85 | 79 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.62 |
| HSL | 20º | 0.1% | 0.35% | - |
| HSV(B) | 20º | 0.19% | 0.38% | - |
| XYZ | 9.59 | 9.6 | 8.75 | - |
| YUV | 87.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 79 | 0 | 0.12 | 0.19 | 0.62 | 20 | 0.1 | 0.35 |
| Hex | 61 | 55 | 4F | 0 | C | 13 | 3E | 14 | A | 23 |
| Octal | 141 | 125 | 117 | 0 | 14 | 23 | 76 | 24 | 12 | 43 |
| Binary | 1100001 | 1010101 | 1001111 | 0 | 1100 | 10011 | 111110 | 10100 | 1010 | 100011 |
Color Harmonies of #61554F
Complementary color
Monochromatic Colors of #61554F
Black with #61554F
Text Example
Text Example
White with #61554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61554F; }
p { color: rgb(97,85,79); }
H1.HeaderClassName
{
color: #61554F;
}
.AnyTagClassName
{
color: #61554F;
}
</style>
background-color css
<style>
a { background-color: #61554F; }
a { background-color: rgb(97,85,79); }
div.DivClassName
{
background-color: #61554F;
}
.BgClassName
{
background-color: #61554F;
}
</style>
border-color css
<style>
span { border-color: #61554F; }
span { border-color: rgb(97,85,79); }
td.TdClassName
{
border-color: #61554F;
}
.TagClassName
{
border-color: #61554F;
}
</style>