Shades of Salt Box #634D60
Tints of Salt Box #634D60
RGB
CMYK
RGB Variations
Color information
#634D60 (or 0x634D60) is known color: Salt Box. HEX triplet: 63, 4D and 60. RGB value is (99,77,96). Sum of RGB (Red+Green+Blue) = 99+77+96=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #634D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D60 is #9CB29F. Grayscale: #555555. Windows color (decimal): -10269344 or 6311267. OLE color: 6311267.
HSL color Cylindrical-coordinate representation of color #634D60: hue angle of 308.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D60 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 96 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.61 |
| HSL | 308.18º | 0.13% | 0.35% | - |
| HSV(B) | 308.18º | 0.22% | 0.39% | - |
| XYZ | 9.91 | 8.8 | 12.24 | - |
| YUV | 85.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 96 | 0 | 0.22 | 0.03 | 0.61 | 308.18 | 0.13 | 0.35 |
| Hex | 63 | 4D | 60 | 0 | 16 | 3 | 3D | 134 | C | 23 |
| Octal | 143 | 115 | 140 | 0 | 26 | 3 | 75 | 464 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1100000 | 0 | 10110 | 11 | 111101 | 100110100 | 1100 | 100011 |
Color Harmonies of #634D60
Complementary color
Monochromatic Colors of #634D60
Black with #634D60
Text Example
Text Example
White with #634D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D60; }
p { color: rgb(99,77,96); }
H1.HeaderClassName
{
color: #634D60;
}
.AnyTagClassName
{
color: #634D60;
}
</style>
background-color css
<style>
a { background-color: #634D60; }
a { background-color: rgb(99,77,96); }
div.DivClassName
{
background-color: #634D60;
}
.BgClassName
{
background-color: #634D60;
}
</style>
border-color css
<style>
span { border-color: #634D60; }
span { border-color: rgb(99,77,96); }
td.TdClassName
{
border-color: #634D60;
}
.TagClassName
{
border-color: #634D60;
}
</style>