Shades of Salt Box #666466
Tints of Salt Box #666466
RGB
CMYK
RGB Variations
Color information
#666466 (or 0x666466) is known color: Salt Box. HEX triplet: 66, 64 and 66. RGB value is (102,100,102). Sum of RGB (Red+Green+Blue) = 102+100+102=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #666466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666466 is #999B99. Grayscale: #646464. Windows color (decimal): -10066842 or 6710374. OLE color: 6710374.
HSL color Cylindrical-coordinate representation of color #666466: hue angle of 300º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666466 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 102 | - |
| CMYK | 0 | 0.02 | 0 | 0.6 |
| HSL | 300º | 0.01% | 0.4% | - |
| HSV(B) | 300º | 0.02% | 0.4% | - |
| XYZ | 12.43 | 12.9 | 14.4 | - |
| YUV | 100.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 102 | 0 | 0.02 | 0 | 0.6 | 300 | 0.01 | 0.4 |
| Hex | 66 | 64 | 66 | 0 | 2 | 0 | 3C | 12C | 1 | 28 |
| Octal | 146 | 144 | 146 | 0 | 2 | 0 | 74 | 454 | 1 | 50 |
| Binary | 1100110 | 1100100 | 1100110 | 0 | 10 | 0 | 111100 | 100101100 | 1 | 101000 |
Color Harmonies of #666466
Complementary color
Monochromatic Colors of #666466
Black with #666466
Text Example
Text Example
White with #666466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666466; }
p { color: rgb(102,100,102); }
H1.HeaderClassName
{
color: #666466;
}
.AnyTagClassName
{
color: #666466;
}
</style>
background-color css
<style>
a { background-color: #666466; }
a { background-color: rgb(102,100,102); }
div.DivClassName
{
background-color: #666466;
}
.BgClassName
{
background-color: #666466;
}
</style>
border-color css
<style>
span { border-color: #666466; }
span { border-color: rgb(102,100,102); }
td.TdClassName
{
border-color: #666466;
}
.TagClassName
{
border-color: #666466;
}
</style>