Shades of Tundora #615D5C
Tints of Tundora #615D5C
RGB
CMYK
RGB Variations
Color information
#615D5C (or 0x615D5C) is known color: Tundora. HEX triplet: 61, 5D and 5C. RGB value is (97,93,92). Sum of RGB (Red+Green+Blue) = 97+93+92=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 97 - color contains mainly: red. Hex color #615D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D5C is #9EA2A3. Grayscale: #5E5E5E. Windows color (decimal): -10396324 or 6053217. OLE color: 6053217.
HSL color Cylindrical-coordinate representation of color #615D5C: hue angle of 12º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #615D5C is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 92 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.62 |
| HSL | 12º | 0.03% | 0.37% | - |
| HSV(B) | 12º | 0.05% | 0.38% | - |
| XYZ | 10.78 | 11.14 | 11.71 | - |
| YUV | 94.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 92 | 0 | 0.04 | 0.05 | 0.62 | 12 | 0.03 | 0.37 |
| Hex | 61 | 5D | 5C | 0 | 4 | 5 | 3E | C | 3 | 25 |
| Octal | 141 | 135 | 134 | 0 | 4 | 5 | 76 | 14 | 3 | 45 |
| Binary | 1100001 | 1011101 | 1011100 | 0 | 100 | 101 | 111110 | 1100 | 11 | 100101 |
Color Harmonies of #615D5C
Complementary color
Monochromatic Colors of #615D5C
Black with #615D5C
Text Example
Text Example
White with #615D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D5C; }
p { color: rgb(97,93,92); }
H1.HeaderClassName
{
color: #615D5C;
}
.AnyTagClassName
{
color: #615D5C;
}
</style>
background-color css
<style>
a { background-color: #615D5C; }
a { background-color: rgb(97,93,92); }
div.DivClassName
{
background-color: #615D5C;
}
.BgClassName
{
background-color: #615D5C;
}
</style>
border-color css
<style>
span { border-color: #615D5C; }
span { border-color: rgb(97,93,92); }
td.TdClassName
{
border-color: #615D5C;
}
.TagClassName
{
border-color: #615D5C;
}
</style>