Shades of Salt Box #665560
Tints of Salt Box #665560
RGB
CMYK
RGB Variations
Color information
#665560 (or 0x665560) is known color: Salt Box. HEX triplet: 66, 55 and 60. RGB value is (102,85,96). Sum of RGB (Red+Green+Blue) = 102+85+96=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665560 is #99AA9F. Grayscale: #5B5B5B. Windows color (decimal): -10070688 or 6313318. OLE color: 6313318.
HSL color Cylindrical-coordinate representation of color #665560: hue angle of 321.18º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665560 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 96 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.6 |
| HSL | 321.18º | 0.09% | 0.37% | - |
| HSV(B) | 321.18º | 0.17% | 0.4% | - |
| XYZ | 10.84 | 10.17 | 12.46 | - |
| YUV | 91.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 96 | 0 | 0.17 | 0.06 | 0.6 | 321.18 | 0.09 | 0.37 |
| Hex | 66 | 55 | 60 | 0 | 11 | 6 | 3C | 141 | 9 | 25 |
| Octal | 146 | 125 | 140 | 0 | 21 | 6 | 74 | 501 | 11 | 45 |
| Binary | 1100110 | 1010101 | 1100000 | 0 | 10001 | 110 | 111100 | 101000001 | 1001 | 100101 |
Color Harmonies of #665560
Complementary color
Monochromatic Colors of #665560
Black with #665560
Text Example
Text Example
White with #665560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665560; }
p { color: rgb(102,85,96); }
H1.HeaderClassName
{
color: #665560;
}
.AnyTagClassName
{
color: #665560;
}
</style>
background-color css
<style>
a { background-color: #665560; }
a { background-color: rgb(102,85,96); }
div.DivClassName
{
background-color: #665560;
}
.BgClassName
{
background-color: #665560;
}
</style>
border-color css
<style>
span { border-color: #665560; }
span { border-color: rgb(102,85,96); }
td.TdClassName
{
border-color: #665560;
}
.TagClassName
{
border-color: #665560;
}
</style>