Shades of Tundora #625A57
Tints of Tundora #625A57
RGB
CMYK
RGB Variations
Color information
#625A57 (or 0x625A57) is known color: Tundora. HEX triplet: 62, 5A and 57. RGB value is (98,90,87). Sum of RGB (Red+Green+Blue) = 98+90+87=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #625A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A57 is #9DA5A8. Grayscale: #5C5C5C. Windows color (decimal): -10331561 or 5724770. OLE color: 5724770.
HSL color Cylindrical-coordinate representation of color #625A57: hue angle of 16.36º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #625A57 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 87 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.62 |
| HSL | 16.36º | 0.06% | 0.36% | - |
| HSV(B) | 16.36º | 0.11% | 0.38% | - |
| XYZ | 10.41 | 10.6 | 10.51 | - |
| YUV | 92.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 87 | 0 | 0.08 | 0.11 | 0.62 | 16.36 | 0.06 | 0.36 |
| Hex | 62 | 5A | 57 | 0 | 8 | B | 3E | 10 | 6 | 24 |
| Octal | 142 | 132 | 127 | 0 | 10 | 13 | 76 | 20 | 6 | 44 |
| Binary | 1100010 | 1011010 | 1010111 | 0 | 1000 | 1011 | 111110 | 10000 | 110 | 100100 |
Color Harmonies of #625A57
Complementary color
Monochromatic Colors of #625A57
Black with #625A57
Text Example
Text Example
White with #625A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A57; }
p { color: rgb(98,90,87); }
H1.HeaderClassName
{
color: #625A57;
}
.AnyTagClassName
{
color: #625A57;
}
</style>
background-color css
<style>
a { background-color: #625A57; }
a { background-color: rgb(98,90,87); }
div.DivClassName
{
background-color: #625A57;
}
.BgClassName
{
background-color: #625A57;
}
</style>
border-color css
<style>
span { border-color: #625A57; }
span { border-color: rgb(98,90,87); }
td.TdClassName
{
border-color: #625A57;
}
.TagClassName
{
border-color: #625A57;
}
</style>