Shades of Tundora #635955
Tints of Tundora #635955
RGB
CMYK
RGB Variations
Color information
#635955 (or 0x635955) is known color: Tundora. HEX triplet: 63, 59 and 55. RGB value is (99,89,85). Sum of RGB (Red+Green+Blue) = 99+89+85=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635955 is #9CA6AA. Grayscale: #5B5B5B. Windows color (decimal): -10266283 or 5593443. OLE color: 5593443.
HSL color Cylindrical-coordinate representation of color #635955: hue angle of 17.14º 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 #635955 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 89 | 85 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.61 |
| HSL | 17.14º | 0.08% | 0.36% | - |
| HSV(B) | 17.14º | 0.14% | 0.39% | - |
| XYZ | 10.36 | 10.45 | 10.07 | - |
| YUV | 91.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 85 | 0 | 0.10 | 0.14 | 0.61 | 17.14 | 0.08 | 0.36 |
| Hex | 63 | 59 | 55 | 0 | A | E | 3D | 11 | 8 | 24 |
| Octal | 143 | 131 | 125 | 0 | 12 | 16 | 75 | 21 | 10 | 44 |
| Binary | 1100011 | 1011001 | 1010101 | 0 | 1010 | 1110 | 111101 | 10001 | 1000 | 100100 |
Color Harmonies of #635955
Complementary color
Monochromatic Colors of #635955
Black with #635955
Text Example
Text Example
White with #635955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635955; }
p { color: rgb(99,89,85); }
H1.HeaderClassName
{
color: #635955;
}
.AnyTagClassName
{
color: #635955;
}
</style>
background-color css
<style>
a { background-color: #635955; }
a { background-color: rgb(99,89,85); }
div.DivClassName
{
background-color: #635955;
}
.BgClassName
{
background-color: #635955;
}
</style>
border-color css
<style>
span { border-color: #635955; }
span { border-color: rgb(99,89,85); }
td.TdClassName
{
border-color: #635955;
}
.TagClassName
{
border-color: #635955;
}
</style>