Shades of Salt Box #635B61
Tints of Salt Box #635B61
RGB
CMYK
RGB Variations
Color information
#635B61 (or 0x635B61) is known color: Salt Box. HEX triplet: 63, 5B and 61. RGB value is (99,91,97). Sum of RGB (Red+Green+Blue) = 99+91+97=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #635B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B61 is #9CA49E. Grayscale: #5E5E5E. Windows color (decimal): -10265759 or 6380387. OLE color: 6380387.
HSL color Cylindrical-coordinate representation of color #635B61: hue angle of 315º 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 #635B61 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 97 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.61 |
| HSL | 315º | 0.04% | 0.37% | - |
| HSV(B) | 315º | 0.08% | 0.39% | - |
| XYZ | 11.04 | 11 | 12.85 | - |
| YUV | 94.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 97 | 0 | 0.08 | 0.02 | 0.61 | 315 | 0.04 | 0.37 |
| Hex | 63 | 5B | 61 | 0 | 8 | 2 | 3D | 13B | 4 | 25 |
| Octal | 143 | 133 | 141 | 0 | 10 | 2 | 75 | 473 | 4 | 45 |
| Binary | 1100011 | 1011011 | 1100001 | 0 | 1000 | 10 | 111101 | 100111011 | 100 | 100101 |
Color Harmonies of #635B61
Complementary color
Monochromatic Colors of #635B61
Black with #635B61
Text Example
Text Example
White with #635B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B61; }
p { color: rgb(99,91,97); }
H1.HeaderClassName
{
color: #635B61;
}
.AnyTagClassName
{
color: #635B61;
}
</style>
background-color css
<style>
a { background-color: #635B61; }
a { background-color: rgb(99,91,97); }
div.DivClassName
{
background-color: #635B61;
}
.BgClassName
{
background-color: #635B61;
}
</style>
border-color css
<style>
span { border-color: #635B61; }
span { border-color: rgb(99,91,97); }
td.TdClassName
{
border-color: #635B61;
}
.TagClassName
{
border-color: #635B61;
}
</style>