Shades of Tundora #645956
Tints of Tundora #645956
RGB
CMYK
RGB Variations
Color information
#645956 (or 0x645956) is known color: Tundora. HEX triplet: 64, 59 and 56. RGB value is (100,89,86). Sum of RGB (Red+Green+Blue) = 100+89+86=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #645956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645956 is #9BA6A9. Grayscale: #5B5B5B. Windows color (decimal): -10200746 or 5658980. OLE color: 5658980.
HSL color Cylindrical-coordinate representation of color #645956: hue angle of 12.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #645956 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 86 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.61 |
| HSL | 12.86º | 0.08% | 0.36% | - |
| HSV(B) | 12.86º | 0.14% | 0.39% | - |
| XYZ | 10.51 | 10.53 | 10.28 | - |
| YUV | 91.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 86 | 0 | 0.11 | 0.14 | 0.61 | 12.86 | 0.08 | 0.36 |
| Hex | 64 | 59 | 56 | 0 | B | E | 3D | D | 8 | 24 |
| Octal | 144 | 131 | 126 | 0 | 13 | 16 | 75 | 15 | 10 | 44 |
| Binary | 1100100 | 1011001 | 1010110 | 0 | 1011 | 1110 | 111101 | 1101 | 1000 | 100100 |
Color Harmonies of #645956
Complementary color
Monochromatic Colors of #645956
Black with #645956
Text Example
Text Example
White with #645956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645956; }
p { color: rgb(100,89,86); }
H1.HeaderClassName
{
color: #645956;
}
.AnyTagClassName
{
color: #645956;
}
</style>
background-color css
<style>
a { background-color: #645956; }
a { background-color: rgb(100,89,86); }
div.DivClassName
{
background-color: #645956;
}
.BgClassName
{
background-color: #645956;
}
</style>
border-color css
<style>
span { border-color: #645956; }
span { border-color: rgb(100,89,86); }
td.TdClassName
{
border-color: #645956;
}
.TagClassName
{
border-color: #645956;
}
</style>