Shades of Tundora #605552
Tints of Tundora #605552
RGB
CMYK
RGB Variations
Color information
#605552 (or 0x605552) is known color: Tundora. HEX triplet: 60, 55 and 52. RGB value is (96,85,82). Sum of RGB (Red+Green+Blue) = 96+85+82=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #605552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605552 is #9FAAAD. Grayscale: #575757. Windows color (decimal): -10463918 or 5395808. OLE color: 5395808.
HSL color Cylindrical-coordinate representation of color #605552: hue angle of 12.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605552 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 82 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.62 |
| HSL | 12.86º | 0.08% | 0.35% | - |
| HSV(B) | 12.86º | 0.15% | 0.38% | - |
| XYZ | 9.6 | 9.59 | 9.33 | - |
| YUV | 87.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 82 | 0 | 0.11 | 0.15 | 0.62 | 12.86 | 0.08 | 0.35 |
| Hex | 60 | 55 | 52 | 0 | B | F | 3E | D | 8 | 23 |
| Octal | 140 | 125 | 122 | 0 | 13 | 17 | 76 | 15 | 10 | 43 |
| Binary | 1100000 | 1010101 | 1010010 | 0 | 1011 | 1111 | 111110 | 1101 | 1000 | 100011 |
Color Harmonies of #605552
Complementary color
Monochromatic Colors of #605552
Black with #605552
Text Example
Text Example
White with #605552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605552; }
p { color: rgb(96,85,82); }
H1.HeaderClassName
{
color: #605552;
}
.AnyTagClassName
{
color: #605552;
}
</style>
background-color css
<style>
a { background-color: #605552; }
a { background-color: rgb(96,85,82); }
div.DivClassName
{
background-color: #605552;
}
.BgClassName
{
background-color: #605552;
}
</style>
border-color css
<style>
span { border-color: #605552; }
span { border-color: rgb(96,85,82); }
td.TdClassName
{
border-color: #605552;
}
.TagClassName
{
border-color: #605552;
}
</style>