Shades of Salt Box #635A60
Tints of Salt Box #635A60
RGB
CMYK
RGB Variations
Color information
#635A60 (or 0x635A60) is known color: Salt Box. HEX triplet: 63, 5A and 60. RGB value is (99,90,96). Sum of RGB (Red+Green+Blue) = 99+90+96=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #635A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A60 is #9CA59F. Grayscale: #5D5D5D. Windows color (decimal): -10266016 or 6314595. OLE color: 6314595.
HSL color Cylindrical-coordinate representation of color #635A60: hue angle of 320º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635A60 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 96 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.61 |
| HSL | 320º | 0.05% | 0.37% | - |
| HSV(B) | 320º | 0.09% | 0.39% | - |
| XYZ | 10.91 | 10.81 | 12.58 | - |
| YUV | 93.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 96 | 0 | 0.09 | 0.03 | 0.61 | 320 | 0.05 | 0.37 |
| Hex | 63 | 5A | 60 | 0 | 9 | 3 | 3D | 140 | 5 | 25 |
| Octal | 143 | 132 | 140 | 0 | 11 | 3 | 75 | 500 | 5 | 45 |
| Binary | 1100011 | 1011010 | 1100000 | 0 | 1001 | 11 | 111101 | 101000000 | 101 | 100101 |
Color Harmonies of #635A60
Complementary color
Monochromatic Colors of #635A60
Black with #635A60
Text Example
Text Example
White with #635A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A60; }
p { color: rgb(99,90,96); }
H1.HeaderClassName
{
color: #635A60;
}
.AnyTagClassName
{
color: #635A60;
}
</style>
background-color css
<style>
a { background-color: #635A60; }
a { background-color: rgb(99,90,96); }
div.DivClassName
{
background-color: #635A60;
}
.BgClassName
{
background-color: #635A60;
}
</style>
border-color css
<style>
span { border-color: #635A60; }
span { border-color: rgb(99,90,96); }
td.TdClassName
{
border-color: #635A60;
}
.TagClassName
{
border-color: #635A60;
}
</style>