Shades of Salt Box #664763
Tints of Salt Box #664763
RGB
CMYK
RGB Variations
Color information
#664763 (or 0x664763) is known color: Salt Box. HEX triplet: 66, 47 and 63. RGB value is (102,71,99). Sum of RGB (Red+Green+Blue) = 102+71+99=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #664763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664763 is #99B89C. Grayscale: #535353. Windows color (decimal): -10074269 or 6506342. OLE color: 6506342.
HSL color Cylindrical-coordinate representation of color #664763: hue angle of 305.81º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664763 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 99 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.6 |
| HSL | 305.81º | 0.18% | 0.34% | - |
| HSV(B) | 305.81º | 0.3% | 0.4% | - |
| XYZ | 9.98 | 8.23 | 12.87 | - |
| YUV | 83.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 99 | 0 | 0.30 | 0.03 | 0.6 | 305.81 | 0.18 | 0.34 |
| Hex | 66 | 47 | 63 | 0 | 1E | 3 | 3C | 132 | 12 | 22 |
| Octal | 146 | 107 | 143 | 0 | 36 | 3 | 74 | 462 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1100011 | 0 | 11110 | 11 | 111100 | 100110010 | 10010 | 100010 |
Color Harmonies of #664763
Complementary color
Monochromatic Colors of #664763
Black with #664763
Text Example
Text Example
White with #664763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664763; }
p { color: rgb(102,71,99); }
H1.HeaderClassName
{
color: #664763;
}
.AnyTagClassName
{
color: #664763;
}
</style>
background-color css
<style>
a { background-color: #664763; }
a { background-color: rgb(102,71,99); }
div.DivClassName
{
background-color: #664763;
}
.BgClassName
{
background-color: #664763;
}
</style>
border-color css
<style>
span { border-color: #664763; }
span { border-color: rgb(102,71,99); }
td.TdClassName
{
border-color: #664763;
}
.TagClassName
{
border-color: #664763;
}
</style>