Shades of Tundora #615853
Tints of Tundora #615853
RGB
CMYK
RGB Variations
Color information
#615853 (or 0x615853) is known color: Tundora. HEX triplet: 61, 58 and 53. RGB value is (97,88,83). Sum of RGB (Red+Green+Blue) = 97+88+83=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615853 is #9EA7AC. Grayscale: #5A5A5A. Windows color (decimal): -10397613 or 5462113. OLE color: 5462113.
HSL color Cylindrical-coordinate representation of color #615853: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #615853 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 83 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.62 |
| HSL | 21.43º | 0.08% | 0.35% | - |
| HSV(B) | 21.43º | 0.14% | 0.38% | - |
| XYZ | 9.98 | 10.15 | 9.62 | - |
| YUV | 90.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 83 | 0 | 0.09 | 0.14 | 0.62 | 21.43 | 0.08 | 0.35 |
| Hex | 61 | 58 | 53 | 0 | 9 | E | 3E | 15 | 8 | 23 |
| Octal | 141 | 130 | 123 | 0 | 11 | 16 | 76 | 25 | 10 | 43 |
| Binary | 1100001 | 1011000 | 1010011 | 0 | 1001 | 1110 | 111110 | 10101 | 1000 | 100011 |
Color Harmonies of #615853
Complementary color
Monochromatic Colors of #615853
Black with #615853
Text Example
Text Example
White with #615853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615853; }
p { color: rgb(97,88,83); }
H1.HeaderClassName
{
color: #615853;
}
.AnyTagClassName
{
color: #615853;
}
</style>
background-color css
<style>
a { background-color: #615853; }
a { background-color: rgb(97,88,83); }
div.DivClassName
{
background-color: #615853;
}
.BgClassName
{
background-color: #615853;
}
</style>
border-color css
<style>
span { border-color: #615853; }
span { border-color: rgb(97,88,83); }
td.TdClassName
{
border-color: #615853;
}
.TagClassName
{
border-color: #615853;
}
</style>