Shades of Tundora #605C5A
Tints of Tundora #605C5A
RGB
CMYK
RGB Variations
Color information
#605C5A (or 0x605C5A) is known color: Tundora. HEX triplet: 60, 5C and 5A. RGB value is (96,92,90). Sum of RGB (Red+Green+Blue) = 96+92+90=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5A is #9FA3A5. Grayscale: #5C5C5C. Windows color (decimal): -10462118 or 5921888. OLE color: 5921888.
HSL color Cylindrical-coordinate representation of color #605C5A: hue angle of 20º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605C5A is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 90 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.62 |
| HSL | 20º | 0.03% | 0.36% | - |
| HSV(B) | 20º | 0.06% | 0.38% | - |
| XYZ | 10.5 | 10.88 | 11.22 | - |
| YUV | 92.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 90 | 0 | 0.04 | 0.06 | 0.62 | 20 | 0.03 | 0.36 |
| Hex | 60 | 5C | 5A | 0 | 4 | 6 | 3E | 14 | 3 | 24 |
| Octal | 140 | 134 | 132 | 0 | 4 | 6 | 76 | 24 | 3 | 44 |
| Binary | 1100000 | 1011100 | 1011010 | 0 | 100 | 110 | 111110 | 10100 | 11 | 100100 |
Color Harmonies of #605C5A
Complementary color
Monochromatic Colors of #605C5A
Black with #605C5A
Text Example
Text Example
White with #605C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C5A; }
p { color: rgb(96,92,90); }
H1.HeaderClassName
{
color: #605C5A;
}
.AnyTagClassName
{
color: #605C5A;
}
</style>
background-color css
<style>
a { background-color: #605C5A; }
a { background-color: rgb(96,92,90); }
div.DivClassName
{
background-color: #605C5A;
}
.BgClassName
{
background-color: #605C5A;
}
</style>
border-color css
<style>
span { border-color: #605C5A; }
span { border-color: rgb(96,92,90); }
td.TdClassName
{
border-color: #605C5A;
}
.TagClassName
{
border-color: #605C5A;
}
</style>