Shades of Salt Box #634C5E
Tints of Salt Box #634C5E
RGB
CMYK
RGB Variations
Color information
#634C5E (or 0x634C5E) is known color: Salt Box. HEX triplet: 63, 4C and 5E. RGB value is (99,76,94). Sum of RGB (Red+Green+Blue) = 99+76+94=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #634C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C5E is #9CB3A1. Grayscale: #545454. Windows color (decimal): -10269602 or 6179939. OLE color: 6179939.
HSL color Cylindrical-coordinate representation of color #634C5E: hue angle of 313.04º 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 #634C5E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 94 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.61 |
| HSL | 313.04º | 0.13% | 0.34% | - |
| HSV(B) | 313.04º | 0.23% | 0.39% | - |
| XYZ | 9.75 | 8.63 | 11.74 | - |
| YUV | 84.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 94 | 0 | 0.23 | 0.05 | 0.61 | 313.04 | 0.13 | 0.34 |
| Hex | 63 | 4C | 5E | 0 | 17 | 5 | 3D | 139 | D | 22 |
| Octal | 143 | 114 | 136 | 0 | 27 | 5 | 75 | 471 | 15 | 42 |
| Binary | 1100011 | 1001100 | 1011110 | 0 | 10111 | 101 | 111101 | 100111001 | 1101 | 100010 |
Color Harmonies of #634C5E
Complementary color
Monochromatic Colors of #634C5E
Black with #634C5E
Text Example
Text Example
White with #634C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C5E; }
p { color: rgb(99,76,94); }
H1.HeaderClassName
{
color: #634C5E;
}
.AnyTagClassName
{
color: #634C5E;
}
</style>
background-color css
<style>
a { background-color: #634C5E; }
a { background-color: rgb(99,76,94); }
div.DivClassName
{
background-color: #634C5E;
}
.BgClassName
{
background-color: #634C5E;
}
</style>
border-color css
<style>
span { border-color: #634C5E; }
span { border-color: rgb(99,76,94); }
td.TdClassName
{
border-color: #634C5E;
}
.TagClassName
{
border-color: #634C5E;
}
</style>