Shades of Salt Box #634A5E
Tints of Salt Box #634A5E
RGB
CMYK
RGB Variations
Color information
#634A5E (or 0x634A5E) is known color: Salt Box. HEX triplet: 63, 4A and 5E. RGB value is (99,74,94). Sum of RGB (Red+Green+Blue) = 99+74+94=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A5E is #9CB5A1. Grayscale: #535353. Windows color (decimal): -10270114 or 6179427. OLE color: 6179427.
HSL color Cylindrical-coordinate representation of color #634A5E: hue angle of 312º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #634A5E is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 94 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.61 |
| HSL | 312º | 0.14% | 0.34% | - |
| HSV(B) | 312º | 0.25% | 0.39% | - |
| XYZ | 9.61 | 8.36 | 11.7 | - |
| YUV | 83.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 94 | 0 | 0.25 | 0.05 | 0.61 | 312 | 0.14 | 0.34 |
| Hex | 63 | 4A | 5E | 0 | 19 | 5 | 3D | 138 | E | 22 |
| Octal | 143 | 112 | 136 | 0 | 31 | 5 | 75 | 470 | 16 | 42 |
| Binary | 1100011 | 1001010 | 1011110 | 0 | 11001 | 101 | 111101 | 100111000 | 1110 | 100010 |
Color Harmonies of #634A5E
Complementary color
Monochromatic Colors of #634A5E
Black with #634A5E
Text Example
Text Example
White with #634A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A5E; }
p { color: rgb(99,74,94); }
H1.HeaderClassName
{
color: #634A5E;
}
.AnyTagClassName
{
color: #634A5E;
}
</style>
background-color css
<style>
a { background-color: #634A5E; }
a { background-color: rgb(99,74,94); }
div.DivClassName
{
background-color: #634A5E;
}
.BgClassName
{
background-color: #634A5E;
}
</style>
border-color css
<style>
span { border-color: #634A5E; }
span { border-color: rgb(99,74,94); }
td.TdClassName
{
border-color: #634A5E;
}
.TagClassName
{
border-color: #634A5E;
}
</style>