Shades of Salt Box #664A62
Tints of Salt Box #664A62
RGB
CMYK
RGB Variations
Color information
#664A62 (or 0x664A62) is known color: Salt Box. HEX triplet: 66, 4A and 62. RGB value is (102,74,98). Sum of RGB (Red+Green+Blue) = 102+74+98=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A62 is #99B59D. Grayscale: #555555. Windows color (decimal): -10073502 or 6441574. OLE color: 6441574.
HSL color Cylindrical-coordinate representation of color #664A62: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664A62 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 98 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.6 |
| HSL | 308.57º | 0.16% | 0.35% | - |
| HSV(B) | 308.57º | 0.27% | 0.4% | - |
| XYZ | 10.13 | 8.6 | 12.68 | - |
| YUV | 85.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 98 | 0 | 0.27 | 0.04 | 0.6 | 308.57 | 0.16 | 0.35 |
| Hex | 66 | 4A | 62 | 0 | 1B | 4 | 3C | 135 | 10 | 23 |
| Octal | 146 | 112 | 142 | 0 | 33 | 4 | 74 | 465 | 20 | 43 |
| Binary | 1100110 | 1001010 | 1100010 | 0 | 11011 | 100 | 111100 | 100110101 | 10000 | 100011 |
Color Harmonies of #664A62
Complementary color
Monochromatic Colors of #664A62
Black with #664A62
Text Example
Text Example
White with #664A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A62; }
p { color: rgb(102,74,98); }
H1.HeaderClassName
{
color: #664A62;
}
.AnyTagClassName
{
color: #664A62;
}
</style>
background-color css
<style>
a { background-color: #664A62; }
a { background-color: rgb(102,74,98); }
div.DivClassName
{
background-color: #664A62;
}
.BgClassName
{
background-color: #664A62;
}
</style>
border-color css
<style>
span { border-color: #664A62; }
span { border-color: rgb(102,74,98); }
td.TdClassName
{
border-color: #664A62;
}
.TagClassName
{
border-color: #664A62;
}
</style>