Shades of Tundora #625A56
Tints of Tundora #625A56
RGB
CMYK
RGB Variations
Color information
#625A56 (or 0x625A56) is known color: Tundora. HEX triplet: 62, 5A and 56. RGB value is (98,90,86). Sum of RGB (Red+Green+Blue) = 98+90+86=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #625A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A56 is #9DA5A9. Grayscale: #5B5B5B. Windows color (decimal): -10331562 or 5659234. OLE color: 5659234.
HSL color Cylindrical-coordinate representation of color #625A56: hue angle of 20º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625A56 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 86 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.62 |
| HSL | 20º | 0.07% | 0.36% | - |
| HSV(B) | 20º | 0.12% | 0.38% | - |
| XYZ | 10.37 | 10.58 | 10.3 | - |
| YUV | 91.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 86 | 0 | 0.08 | 0.12 | 0.62 | 20 | 0.07 | 0.36 |
| Hex | 62 | 5A | 56 | 0 | 8 | C | 3E | 14 | 7 | 24 |
| Octal | 142 | 132 | 126 | 0 | 10 | 14 | 76 | 24 | 7 | 44 |
| Binary | 1100010 | 1011010 | 1010110 | 0 | 1000 | 1100 | 111110 | 10100 | 111 | 100100 |
Color Harmonies of #625A56
Complementary color
Monochromatic Colors of #625A56
Black with #625A56
Text Example
Text Example
White with #625A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A56; }
p { color: rgb(98,90,86); }
H1.HeaderClassName
{
color: #625A56;
}
.AnyTagClassName
{
color: #625A56;
}
</style>
background-color css
<style>
a { background-color: #625A56; }
a { background-color: rgb(98,90,86); }
div.DivClassName
{
background-color: #625A56;
}
.BgClassName
{
background-color: #625A56;
}
</style>
border-color css
<style>
span { border-color: #625A56; }
span { border-color: rgb(98,90,86); }
td.TdClassName
{
border-color: #625A56;
}
.TagClassName
{
border-color: #625A56;
}
</style>