Shades of Tundora #605752
Tints of Tundora #605752
RGB
CMYK
RGB Variations
Color information
#605752 (or 0x605752) is known color: Tundora. HEX triplet: 60, 57 and 52. RGB value is (96,87,82). Sum of RGB (Red+Green+Blue) = 96+87+82=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605752 is #9FA8AD. Grayscale: #595959. Windows color (decimal): -10463406 or 5396320. OLE color: 5396320.
HSL color Cylindrical-coordinate representation of color #605752: 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.15%. Process color model (Four color, CMYK) of #605752 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 82 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.62 |
| HSL | 21.43º | 0.08% | 0.35% | - |
| HSV(B) | 21.43º | 0.15% | 0.38% | - |
| XYZ | 9.76 | 9.91 | 9.38 | - |
| YUV | 89.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 82 | 0 | 0.09 | 0.15 | 0.62 | 21.43 | 0.08 | 0.35 |
| Hex | 60 | 57 | 52 | 0 | 9 | F | 3E | 15 | 8 | 23 |
| Octal | 140 | 127 | 122 | 0 | 11 | 17 | 76 | 25 | 10 | 43 |
| Binary | 1100000 | 1010111 | 1010010 | 0 | 1001 | 1111 | 111110 | 10101 | 1000 | 100011 |
Color Harmonies of #605752
Complementary color
Monochromatic Colors of #605752
Black with #605752
Text Example
Text Example
White with #605752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605752; }
p { color: rgb(96,87,82); }
H1.HeaderClassName
{
color: #605752;
}
.AnyTagClassName
{
color: #605752;
}
</style>
background-color css
<style>
a { background-color: #605752; }
a { background-color: rgb(96,87,82); }
div.DivClassName
{
background-color: #605752;
}
.BgClassName
{
background-color: #605752;
}
</style>
border-color css
<style>
span { border-color: #605752; }
span { border-color: rgb(96,87,82); }
td.TdClassName
{
border-color: #605752;
}
.TagClassName
{
border-color: #605752;
}
</style>