Shades of Salt Box #666566
Tints of Salt Box #666566
RGB
CMYK
RGB Variations
Color information
#666566 (or 0x666566) is known color: Salt Box. HEX triplet: 66, 65 and 66. RGB value is (102,101,102). Sum of RGB (Red+Green+Blue) = 102+101+102=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #666566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666566 is #999A99. Grayscale: #656565. Windows color (decimal): -10066586 or 6710630. OLE color: 6710630.
HSL color Cylindrical-coordinate representation of color #666566: hue angle of 300º degrees, saturation: 0, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #666566 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 102 | - |
| CMYK | 0 | 0.01 | 0 | 0.6 |
| HSL | 300º | 0% | 0.4% | - |
| HSV(B) | 300º | 0.01% | 0.4% | - |
| XYZ | 12.53 | 13.09 | 14.44 | - |
| YUV | 101.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 102 | 0 | 0.01 | 0 | 0.6 | 300 | 0 | 0.4 |
| Hex | 66 | 65 | 66 | 0 | 1 | 0 | 3C | 12C | 0 | 28 |
| Octal | 146 | 145 | 146 | 0 | 1 | 0 | 74 | 454 | 0 | 50 |
| Binary | 1100110 | 1100101 | 1100110 | 0 | 1 | 0 | 111100 | 100101100 | 0 | 101000 |
Color Harmonies of #666566
Complementary color
Monochromatic Colors of #666566
Black with #666566
Text Example
Text Example
White with #666566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666566; }
p { color: rgb(102,101,102); }
H1.HeaderClassName
{
color: #666566;
}
.AnyTagClassName
{
color: #666566;
}
</style>
background-color css
<style>
a { background-color: #666566; }
a { background-color: rgb(102,101,102); }
div.DivClassName
{
background-color: #666566;
}
.BgClassName
{
background-color: #666566;
}
</style>
border-color css
<style>
span { border-color: #666566; }
span { border-color: rgb(102,101,102); }
td.TdClassName
{
border-color: #666566;
}
.TagClassName
{
border-color: #666566;
}
</style>