Shades of Salt Box #634F5E
Tints of Salt Box #634F5E
RGB
CMYK
RGB Variations
Color information
#634F5E (or 0x634F5E) is known color: Salt Box. HEX triplet: 63, 4F and 5E. RGB value is (99,79,94). Sum of RGB (Red+Green+Blue) = 99+79+94=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #634F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F5E is #9CB0A1. Grayscale: #565656. Windows color (decimal): -10268834 or 6180707. OLE color: 6180707.
HSL color Cylindrical-coordinate representation of color #634F5E: hue angle of 315º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #634F5E is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 94 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.61 |
| HSL | 315º | 0.11% | 0.35% | - |
| HSV(B) | 315º | 0.2% | 0.39% | - |
| XYZ | 9.96 | 9.05 | 11.81 | - |
| YUV | 86.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 94 | 0 | 0.20 | 0.05 | 0.61 | 315 | 0.11 | 0.35 |
| Hex | 63 | 4F | 5E | 0 | 14 | 5 | 3D | 13B | B | 23 |
| Octal | 143 | 117 | 136 | 0 | 24 | 5 | 75 | 473 | 13 | 43 |
| Binary | 1100011 | 1001111 | 1011110 | 0 | 10100 | 101 | 111101 | 100111011 | 1011 | 100011 |
Color Harmonies of #634F5E
Complementary color
Monochromatic Colors of #634F5E
Black with #634F5E
Text Example
Text Example
White with #634F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F5E; }
p { color: rgb(99,79,94); }
H1.HeaderClassName
{
color: #634F5E;
}
.AnyTagClassName
{
color: #634F5E;
}
</style>
background-color css
<style>
a { background-color: #634F5E; }
a { background-color: rgb(99,79,94); }
div.DivClassName
{
background-color: #634F5E;
}
.BgClassName
{
background-color: #634F5E;
}
</style>
border-color css
<style>
span { border-color: #634F5E; }
span { border-color: rgb(99,79,94); }
td.TdClassName
{
border-color: #634F5E;
}
.TagClassName
{
border-color: #634F5E;
}
</style>