Shades of Salt Box #664F64
Tints of Salt Box #664F64
RGB
CMYK
RGB Variations
Color information
#664F64 (or 0x664F64) is known color: Salt Box. HEX triplet: 66, 4F and 64. RGB value is (102,79,100). Sum of RGB (Red+Green+Blue) = 102+79+100=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #664F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F64 is #99B09B. Grayscale: #585858. Windows color (decimal): -10072220 or 6573926. OLE color: 6573926.
HSL color Cylindrical-coordinate representation of color #664F64: hue angle of 305.22º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #664F64 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 100 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.6 |
| HSL | 305.22º | 0.13% | 0.35% | - |
| HSV(B) | 305.22º | 0.23% | 0.4% | - |
| XYZ | 10.58 | 9.34 | 13.3 | - |
| YUV | 88.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 100 | 0 | 0.23 | 0.02 | 0.6 | 305.22 | 0.13 | 0.35 |
| Hex | 66 | 4F | 64 | 0 | 17 | 2 | 3C | 131 | D | 23 |
| Octal | 146 | 117 | 144 | 0 | 27 | 2 | 74 | 461 | 15 | 43 |
| Binary | 1100110 | 1001111 | 1100100 | 0 | 10111 | 10 | 111100 | 100110001 | 1101 | 100011 |
Color Harmonies of #664F64
Complementary color
Monochromatic Colors of #664F64
Black with #664F64
Text Example
Text Example
White with #664F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F64; }
p { color: rgb(102,79,100); }
H1.HeaderClassName
{
color: #664F64;
}
.AnyTagClassName
{
color: #664F64;
}
</style>
background-color css
<style>
a { background-color: #664F64; }
a { background-color: rgb(102,79,100); }
div.DivClassName
{
background-color: #664F64;
}
.BgClassName
{
background-color: #664F64;
}
</style>
border-color css
<style>
span { border-color: #664F64; }
span { border-color: rgb(102,79,100); }
td.TdClassName
{
border-color: #664F64;
}
.TagClassName
{
border-color: #664F64;
}
</style>