Shades of Salt Box #634C5D
Tints of Salt Box #634C5D
RGB
CMYK
RGB Variations
Color information
#634C5D (or 0x634C5D) is known color: Salt Box. HEX triplet: 63, 4C and 5D. RGB value is (99,76,93). Sum of RGB (Red+Green+Blue) = 99+76+93=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #634C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C5D is #9CB3A2. Grayscale: #545454. Windows color (decimal): -10269603 or 6114403. OLE color: 6114403.
HSL color Cylindrical-coordinate representation of color #634C5D: hue angle of 315.65º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634C5D is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 93 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.61 |
| HSL | 315.65º | 0.13% | 0.34% | - |
| HSV(B) | 315.65º | 0.23% | 0.39% | - |
| XYZ | 9.71 | 8.61 | 11.51 | - |
| YUV | 84.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 93 | 0 | 0.23 | 0.06 | 0.61 | 315.65 | 0.13 | 0.34 |
| Hex | 63 | 4C | 5D | 0 | 17 | 6 | 3D | 13C | D | 22 |
| Octal | 143 | 114 | 135 | 0 | 27 | 6 | 75 | 474 | 15 | 42 |
| Binary | 1100011 | 1001100 | 1011101 | 0 | 10111 | 110 | 111101 | 100111100 | 1101 | 100010 |
Color Harmonies of #634C5D
Complementary color
Monochromatic Colors of #634C5D
Black with #634C5D
Text Example
Text Example
White with #634C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C5D; }
p { color: rgb(99,76,93); }
H1.HeaderClassName
{
color: #634C5D;
}
.AnyTagClassName
{
color: #634C5D;
}
</style>
background-color css
<style>
a { background-color: #634C5D; }
a { background-color: rgb(99,76,93); }
div.DivClassName
{
background-color: #634C5D;
}
.BgClassName
{
background-color: #634C5D;
}
</style>
border-color css
<style>
span { border-color: #634C5D; }
span { border-color: rgb(99,76,93); }
td.TdClassName
{
border-color: #634C5D;
}
.TagClassName
{
border-color: #634C5D;
}
</style>