Shades of Tundora #615A57
Tints of Tundora #615A57
RGB
CMYK
RGB Variations
Color information
#615A57 (or 0x615A57) is known color: Tundora. HEX triplet: 61, 5A and 57. RGB value is (97,90,87). Sum of RGB (Red+Green+Blue) = 97+90+87=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A57 is #9EA5A8. Grayscale: #5B5B5B. Windows color (decimal): -10397097 or 5724769. OLE color: 5724769.
HSL color Cylindrical-coordinate representation of color #615A57: hue angle of 18º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #615A57 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 87 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.62 |
| HSL | 18º | 0.05% | 0.36% | - |
| HSV(B) | 18º | 0.1% | 0.38% | - |
| XYZ | 10.31 | 10.54 | 10.51 | - |
| YUV | 91.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 87 | 0 | 0.07 | 0.10 | 0.62 | 18 | 0.05 | 0.36 |
| Hex | 61 | 5A | 57 | 0 | 7 | A | 3E | 12 | 5 | 24 |
| Octal | 141 | 132 | 127 | 0 | 7 | 12 | 76 | 22 | 5 | 44 |
| Binary | 1100001 | 1011010 | 1010111 | 0 | 111 | 1010 | 111110 | 10010 | 101 | 100100 |
Color Harmonies of #615A57
Complementary color
Monochromatic Colors of #615A57
Black with #615A57
Text Example
Text Example
White with #615A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A57; }
p { color: rgb(97,90,87); }
H1.HeaderClassName
{
color: #615A57;
}
.AnyTagClassName
{
color: #615A57;
}
</style>
background-color css
<style>
a { background-color: #615A57; }
a { background-color: rgb(97,90,87); }
div.DivClassName
{
background-color: #615A57;
}
.BgClassName
{
background-color: #615A57;
}
</style>
border-color css
<style>
span { border-color: #615A57; }
span { border-color: rgb(97,90,87); }
td.TdClassName
{
border-color: #615A57;
}
.TagClassName
{
border-color: #615A57;
}
</style>