Shades of Salt Box #635D63
Tints of Salt Box #635D63
RGB
CMYK
RGB Variations
Color information
#635D63 (or 0x635D63) is known color: Salt Box. HEX triplet: 63, 5D and 63. RGB value is (99,93,99). Sum of RGB (Red+Green+Blue) = 99+93+99=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D63 is #9CA29C. Grayscale: #5F5F5F. Windows color (decimal): -10265245 or 6511971. OLE color: 6511971.
HSL color Cylindrical-coordinate representation of color #635D63: hue angle of 300º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #635D63 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 99 | - |
| CMYK | 0 | 0.06 | 0 | 0.61 |
| HSL | 300º | 0.03% | 0.38% | - |
| HSV(B) | 300º | 0.06% | 0.39% | - |
| XYZ | 11.31 | 11.38 | 13.41 | - |
| YUV | 95.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 99 | 0 | 0.06 | 0 | 0.61 | 300 | 0.03 | 0.38 |
| Hex | 63 | 5D | 63 | 0 | 6 | 0 | 3D | 12C | 3 | 26 |
| Octal | 143 | 135 | 143 | 0 | 6 | 0 | 75 | 454 | 3 | 46 |
| Binary | 1100011 | 1011101 | 1100011 | 0 | 110 | 0 | 111101 | 100101100 | 11 | 100110 |
Color Harmonies of #635D63
Complementary color
Monochromatic Colors of #635D63
Black with #635D63
Text Example
Text Example
White with #635D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D63; }
p { color: rgb(99,93,99); }
H1.HeaderClassName
{
color: #635D63;
}
.AnyTagClassName
{
color: #635D63;
}
</style>
background-color css
<style>
a { background-color: #635D63; }
a { background-color: rgb(99,93,99); }
div.DivClassName
{
background-color: #635D63;
}
.BgClassName
{
background-color: #635D63;
}
</style>
border-color css
<style>
span { border-color: #635D63; }
span { border-color: rgb(99,93,99); }
td.TdClassName
{
border-color: #635D63;
}
.TagClassName
{
border-color: #635D63;
}
</style>