Shades of Salt Box #63585F
Tints of Salt Box #63585F
RGB
CMYK
RGB Variations
Color information
#63585F (or 0x63585F) is known color: Salt Box. HEX triplet: 63, 58 and 5F. RGB value is (99,88,95). Sum of RGB (Red+Green+Blue) = 99+88+95=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #63585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63585F is #9CA7A0. Grayscale: #5C5C5C. Windows color (decimal): -10266529 or 6248547. OLE color: 6248547.
HSL color Cylindrical-coordinate representation of color #63585F: hue angle of 321.82º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63585F is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 95 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.61 |
| HSL | 321.82º | 0.06% | 0.37% | - |
| HSV(B) | 321.82º | 0.11% | 0.39% | - |
| XYZ | 10.7 | 10.46 | 12.28 | - |
| YUV | 92.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 95 | 0 | 0.11 | 0.04 | 0.61 | 321.82 | 0.06 | 0.37 |
| Hex | 63 | 58 | 5F | 0 | B | 4 | 3D | 142 | 6 | 25 |
| Octal | 143 | 130 | 137 | 0 | 13 | 4 | 75 | 502 | 6 | 45 |
| Binary | 1100011 | 1011000 | 1011111 | 0 | 1011 | 100 | 111101 | 101000010 | 110 | 100101 |
Color Harmonies of #63585F
Complementary color
Monochromatic Colors of #63585F
Black with #63585F
Text Example
Text Example
White with #63585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63585F; }
p { color: rgb(99,88,95); }
H1.HeaderClassName
{
color: #63585F;
}
.AnyTagClassName
{
color: #63585F;
}
</style>
background-color css
<style>
a { background-color: #63585F; }
a { background-color: rgb(99,88,95); }
div.DivClassName
{
background-color: #63585F;
}
.BgClassName
{
background-color: #63585F;
}
</style>
border-color css
<style>
span { border-color: #63585F; }
span { border-color: rgb(99,88,95); }
td.TdClassName
{
border-color: #63585F;
}
.TagClassName
{
border-color: #63585F;
}
</style>