Shades of Salt Box #665B66
Tints of Salt Box #665B66
RGB
CMYK
RGB Variations
Color information
#665B66 (or 0x665B66) is known color: Salt Box. HEX triplet: 66, 5B and 66. RGB value is (102,91,102). Sum of RGB (Red+Green+Blue) = 102+91+102=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B66 is #99A499. Grayscale: #5F5F5F. Windows color (decimal): -10069146 or 6708070. OLE color: 6708070.
HSL color Cylindrical-coordinate representation of color #665B66: hue angle of 300º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665B66 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 102 | - |
| CMYK | 0 | 0.11 | 0 | 0.6 |
| HSL | 300º | 0.06% | 0.38% | - |
| HSV(B) | 300º | 0.11% | 0.4% | - |
| XYZ | 11.62 | 11.27 | 14.13 | - |
| YUV | 95.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 102 | 0 | 0.11 | 0 | 0.6 | 300 | 0.06 | 0.38 |
| Hex | 66 | 5B | 66 | 0 | B | 0 | 3C | 12C | 6 | 26 |
| Octal | 146 | 133 | 146 | 0 | 13 | 0 | 74 | 454 | 6 | 46 |
| Binary | 1100110 | 1011011 | 1100110 | 0 | 1011 | 0 | 111100 | 100101100 | 110 | 100110 |
Color Harmonies of #665B66
Complementary color
Monochromatic Colors of #665B66
Black with #665B66
Text Example
Text Example
White with #665B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B66; }
p { color: rgb(102,91,102); }
H1.HeaderClassName
{
color: #665B66;
}
.AnyTagClassName
{
color: #665B66;
}
</style>
background-color css
<style>
a { background-color: #665B66; }
a { background-color: rgb(102,91,102); }
div.DivClassName
{
background-color: #665B66;
}
.BgClassName
{
background-color: #665B66;
}
</style>
border-color css
<style>
span { border-color: #665B66; }
span { border-color: rgb(102,91,102); }
td.TdClassName
{
border-color: #665B66;
}
.TagClassName
{
border-color: #665B66;
}
</style>