Shades of Tundora #625955
Tints of Tundora #625955
RGB
CMYK
RGB Variations
Color information
#625955 (or 0x625955) is known color: Tundora. HEX triplet: 62, 59 and 55. RGB value is (98,89,85). Sum of RGB (Red+Green+Blue) = 98+89+85=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625955 is #9DA6AA. Grayscale: #5B5B5B. Windows color (decimal): -10331819 or 5593442. OLE color: 5593442.
HSL color Cylindrical-coordinate representation of color #625955: hue angle of 18.46º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #625955 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 85 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.62 |
| HSL | 18.46º | 0.07% | 0.36% | - |
| HSV(B) | 18.46º | 0.13% | 0.38% | - |
| XYZ | 10.25 | 10.4 | 10.06 | - |
| YUV | 91.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 85 | 0 | 0.09 | 0.13 | 0.62 | 18.46 | 0.07 | 0.36 |
| Hex | 62 | 59 | 55 | 0 | 9 | D | 3E | 12 | 7 | 24 |
| Octal | 142 | 131 | 125 | 0 | 11 | 15 | 76 | 22 | 7 | 44 |
| Binary | 1100010 | 1011001 | 1010101 | 0 | 1001 | 1101 | 111110 | 10010 | 111 | 100100 |
Color Harmonies of #625955
Complementary color
Monochromatic Colors of #625955
Black with #625955
Text Example
Text Example
White with #625955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625955; }
p { color: rgb(98,89,85); }
H1.HeaderClassName
{
color: #625955;
}
.AnyTagClassName
{
color: #625955;
}
</style>
background-color css
<style>
a { background-color: #625955; }
a { background-color: rgb(98,89,85); }
div.DivClassName
{
background-color: #625955;
}
.BgClassName
{
background-color: #625955;
}
</style>
border-color css
<style>
span { border-color: #625955; }
span { border-color: rgb(98,89,85); }
td.TdClassName
{
border-color: #625955;
}
.TagClassName
{
border-color: #625955;
}
</style>