Shades of Salt Box #63555F
Tints of Salt Box #63555F
RGB
CMYK
RGB Variations
Color information
#63555F (or 0x63555F) is known color: Salt Box. HEX triplet: 63, 55 and 5F. RGB value is (99,85,95). Sum of RGB (Red+Green+Blue) = 99+85+95=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #63555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555F is #9CAAA0. Grayscale: #5A5A5A. Windows color (decimal): -10267297 or 6247779. OLE color: 6247779.
HSL color Cylindrical-coordinate representation of color #63555F: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #63555F is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 95 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.61 |
| HSL | 317.14º | 0.08% | 0.36% | - |
| HSV(B) | 317.14º | 0.14% | 0.39% | - |
| XYZ | 10.46 | 9.98 | 12.2 | - |
| YUV | 90.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 95 | 0 | 0.14 | 0.04 | 0.61 | 317.14 | 0.08 | 0.36 |
| Hex | 63 | 55 | 5F | 0 | E | 4 | 3D | 13D | 8 | 24 |
| Octal | 143 | 125 | 137 | 0 | 16 | 4 | 75 | 475 | 10 | 44 |
| Binary | 1100011 | 1010101 | 1011111 | 0 | 1110 | 100 | 111101 | 100111101 | 1000 | 100100 |
Color Harmonies of #63555F
Complementary color
Monochromatic Colors of #63555F
Black with #63555F
Text Example
Text Example
White with #63555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63555F; }
p { color: rgb(99,85,95); }
H1.HeaderClassName
{
color: #63555F;
}
.AnyTagClassName
{
color: #63555F;
}
</style>
background-color css
<style>
a { background-color: #63555F; }
a { background-color: rgb(99,85,95); }
div.DivClassName
{
background-color: #63555F;
}
.BgClassName
{
background-color: #63555F;
}
</style>
border-color css
<style>
span { border-color: #63555F; }
span { border-color: rgb(99,85,95); }
td.TdClassName
{
border-color: #63555F;
}
.TagClassName
{
border-color: #63555F;
}
</style>