Shades of Tundora #605852
Tints of Tundora #605852
RGB
CMYK
RGB Variations
Color information
#605852 (or 0x605852) is known color: Tundora. HEX triplet: 60, 58 and 52. RGB value is (96,88,82). Sum of RGB (Red+Green+Blue) = 96+88+82=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #605852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605852 is #9FA7AD. Grayscale: #595959. Windows color (decimal): -10463150 or 5396576. OLE color: 5396576.
HSL color Cylindrical-coordinate representation of color #605852: hue angle of 25.71º 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 #605852 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 82 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.62 |
| HSL | 25.71º | 0.08% | 0.35% | - |
| HSV(B) | 25.71º | 0.15% | 0.38% | - |
| XYZ | 9.84 | 10.08 | 9.41 | - |
| YUV | 89.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 82 | 0 | 0.08 | 0.15 | 0.62 | 25.71 | 0.08 | 0.35 |
| Hex | 60 | 58 | 52 | 0 | 8 | F | 3E | 1A | 8 | 23 |
| Octal | 140 | 130 | 122 | 0 | 10 | 17 | 76 | 32 | 10 | 43 |
| Binary | 1100000 | 1011000 | 1010010 | 0 | 1000 | 1111 | 111110 | 11010 | 1000 | 100011 |
Color Harmonies of #605852
Complementary color
Monochromatic Colors of #605852
Black with #605852
Text Example
Text Example
White with #605852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605852; }
p { color: rgb(96,88,82); }
H1.HeaderClassName
{
color: #605852;
}
.AnyTagClassName
{
color: #605852;
}
</style>
background-color css
<style>
a { background-color: #605852; }
a { background-color: rgb(96,88,82); }
div.DivClassName
{
background-color: #605852;
}
.BgClassName
{
background-color: #605852;
}
</style>
border-color css
<style>
span { border-color: #605852; }
span { border-color: rgb(96,88,82); }
td.TdClassName
{
border-color: #605852;
}
.TagClassName
{
border-color: #605852;
}
</style>