Shades of Tundora #605D5C
Tints of Tundora #605D5C
RGB
CMYK
RGB Variations
Color information
#605D5C (or 0x605D5C) is known color: Tundora. HEX triplet: 60, 5D and 5C. RGB value is (96,93,92). Sum of RGB (Red+Green+Blue) = 96+93+92=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 96 - color contains mainly: red. Hex color #605D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D5C is #9FA2A3. Grayscale: #5D5D5D. Windows color (decimal): -10461860 or 6053216. OLE color: 6053216.
HSL color Cylindrical-coordinate representation of color #605D5C: hue angle of 15º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #605D5C is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 92 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.62 |
| HSL | 15º | 0.02% | 0.37% | - |
| HSV(B) | 15º | 0.04% | 0.38% | - |
| XYZ | 10.67 | 11.09 | 11.7 | - |
| YUV | 93.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 92 | 0 | 0.03 | 0.04 | 0.62 | 15 | 0.02 | 0.37 |
| Hex | 60 | 5D | 5C | 0 | 3 | 4 | 3E | F | 2 | 25 |
| Octal | 140 | 135 | 134 | 0 | 3 | 4 | 76 | 17 | 2 | 45 |
| Binary | 1100000 | 1011101 | 1011100 | 0 | 11 | 100 | 111110 | 1111 | 10 | 100101 |
Color Harmonies of #605D5C
Complementary color
Monochromatic Colors of #605D5C
Black with #605D5C
Text Example
Text Example
White with #605D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D5C; }
p { color: rgb(96,93,92); }
H1.HeaderClassName
{
color: #605D5C;
}
.AnyTagClassName
{
color: #605D5C;
}
</style>
background-color css
<style>
a { background-color: #605D5C; }
a { background-color: rgb(96,93,92); }
div.DivClassName
{
background-color: #605D5C;
}
.BgClassName
{
background-color: #605D5C;
}
</style>
border-color css
<style>
span { border-color: #605D5C; }
span { border-color: rgb(96,93,92); }
td.TdClassName
{
border-color: #605D5C;
}
.TagClassName
{
border-color: #605D5C;
}
</style>