Shades of Salt Box #635B62
Tints of Salt Box #635B62
RGB
CMYK
RGB Variations
Color information
#635B62 (or 0x635B62) is known color: Salt Box. HEX triplet: 63, 5B and 62. RGB value is (99,91,98). Sum of RGB (Red+Green+Blue) = 99+91+98=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #635B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B62 is #9CA49D. Grayscale: #5E5E5E. Windows color (decimal): -10265758 or 6445923. OLE color: 6445923.
HSL color Cylindrical-coordinate representation of color #635B62: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #635B62 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 98 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.61 |
| HSL | 307.5º | 0.04% | 0.37% | - |
| HSV(B) | 307.5º | 0.08% | 0.39% | - |
| XYZ | 11.09 | 11.02 | 13.1 | - |
| YUV | 94.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 98 | 0 | 0.08 | 0.01 | 0.61 | 307.5 | 0.04 | 0.37 |
| Hex | 63 | 5B | 62 | 0 | 8 | 1 | 3D | 134 | 4 | 25 |
| Octal | 143 | 133 | 142 | 0 | 10 | 1 | 75 | 464 | 4 | 45 |
| Binary | 1100011 | 1011011 | 1100010 | 0 | 1000 | 1 | 111101 | 100110100 | 100 | 100101 |
Color Harmonies of #635B62
Complementary color
Monochromatic Colors of #635B62
Black with #635B62
Text Example
Text Example
White with #635B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B62; }
p { color: rgb(99,91,98); }
H1.HeaderClassName
{
color: #635B62;
}
.AnyTagClassName
{
color: #635B62;
}
</style>
background-color css
<style>
a { background-color: #635B62; }
a { background-color: rgb(99,91,98); }
div.DivClassName
{
background-color: #635B62;
}
.BgClassName
{
background-color: #635B62;
}
</style>
border-color css
<style>
span { border-color: #635B62; }
span { border-color: rgb(99,91,98); }
td.TdClassName
{
border-color: #635B62;
}
.TagClassName
{
border-color: #635B62;
}
</style>