Shades of Tundora #625A58
Tints of Tundora #625A58
RGB
CMYK
RGB Variations
Color information
#625A58 (or 0x625A58) is known color: Tundora. HEX triplet: 62, 5A and 58. RGB value is (98,90,88). Sum of RGB (Red+Green+Blue) = 98+90+88=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #625A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A58 is #9DA5A7. Grayscale: #5C5C5C. Windows color (decimal): -10331560 or 5790306. OLE color: 5790306.
HSL color Cylindrical-coordinate representation of color #625A58: hue angle of 12º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625A58 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 88 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.62 |
| HSL | 12º | 0.05% | 0.36% | - |
| HSV(B) | 12º | 0.1% | 0.38% | - |
| XYZ | 10.45 | 10.61 | 10.73 | - |
| YUV | 92.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 88 | 0 | 0.08 | 0.10 | 0.62 | 12 | 0.05 | 0.36 |
| Hex | 62 | 5A | 58 | 0 | 8 | A | 3E | C | 5 | 24 |
| Octal | 142 | 132 | 130 | 0 | 10 | 12 | 76 | 14 | 5 | 44 |
| Binary | 1100010 | 1011010 | 1011000 | 0 | 1000 | 1010 | 111110 | 1100 | 101 | 100100 |
Color Harmonies of #625A58
Complementary color
Monochromatic Colors of #625A58
Black with #625A58
Text Example
Text Example
White with #625A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A58; }
p { color: rgb(98,90,88); }
H1.HeaderClassName
{
color: #625A58;
}
.AnyTagClassName
{
color: #625A58;
}
</style>
background-color css
<style>
a { background-color: #625A58; }
a { background-color: rgb(98,90,88); }
div.DivClassName
{
background-color: #625A58;
}
.BgClassName
{
background-color: #625A58;
}
</style>
border-color css
<style>
span { border-color: #625A58; }
span { border-color: rgb(98,90,88); }
td.TdClassName
{
border-color: #625A58;
}
.TagClassName
{
border-color: #625A58;
}
</style>