Shades of Salt Box #634B61
Tints of Salt Box #634B61
RGB
CMYK
RGB Variations
Color information
#634B61 (or 0x634B61) is known color: Salt Box. HEX triplet: 63, 4B and 61. RGB value is (99,75,97). Sum of RGB (Red+Green+Blue) = 99+75+97=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #634B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B61 is #9CB49E. Grayscale: #545454. Windows color (decimal): -10269855 or 6376291. OLE color: 6376291.
HSL color Cylindrical-coordinate representation of color #634B61: hue angle of 305º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #634B61 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 97 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.61 |
| HSL | 305º | 0.14% | 0.34% | - |
| HSV(B) | 305º | 0.24% | 0.39% | - |
| XYZ | 9.82 | 8.55 | 12.44 | - |
| YUV | 84.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 97 | 0 | 0.24 | 0.02 | 0.61 | 305 | 0.14 | 0.34 |
| Hex | 63 | 4B | 61 | 0 | 18 | 2 | 3D | 131 | E | 22 |
| Octal | 143 | 113 | 141 | 0 | 30 | 2 | 75 | 461 | 16 | 42 |
| Binary | 1100011 | 1001011 | 1100001 | 0 | 11000 | 10 | 111101 | 100110001 | 1110 | 100010 |
Color Harmonies of #634B61
Complementary color
Monochromatic Colors of #634B61
Black with #634B61
Text Example
Text Example
White with #634B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B61; }
p { color: rgb(99,75,97); }
H1.HeaderClassName
{
color: #634B61;
}
.AnyTagClassName
{
color: #634B61;
}
</style>
background-color css
<style>
a { background-color: #634B61; }
a { background-color: rgb(99,75,97); }
div.DivClassName
{
background-color: #634B61;
}
.BgClassName
{
background-color: #634B61;
}
</style>
border-color css
<style>
span { border-color: #634B61; }
span { border-color: rgb(99,75,97); }
td.TdClassName
{
border-color: #634B61;
}
.TagClassName
{
border-color: #634B61;
}
</style>