Shades of Salt Box #665961
Tints of Salt Box #665961
RGB
CMYK
RGB Variations
Color information
#665961 (or 0x665961) is known color: Salt Box. HEX triplet: 66, 59 and 61. RGB value is (102,89,97). Sum of RGB (Red+Green+Blue) = 102+89+97=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665961 is #99A69E. Grayscale: #5D5D5D. Windows color (decimal): -10069663 or 6379878. OLE color: 6379878.
HSL color Cylindrical-coordinate representation of color #665961: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665961 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 97 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.6 |
| HSL | 323.08º | 0.07% | 0.37% | - |
| HSV(B) | 323.08º | 0.13% | 0.4% | - |
| XYZ | 11.21 | 10.83 | 12.81 | - |
| YUV | 93.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 97 | 0 | 0.13 | 0.05 | 0.6 | 323.08 | 0.07 | 0.37 |
| Hex | 66 | 59 | 61 | 0 | D | 5 | 3C | 143 | 7 | 25 |
| Octal | 146 | 131 | 141 | 0 | 15 | 5 | 74 | 503 | 7 | 45 |
| Binary | 1100110 | 1011001 | 1100001 | 0 | 1101 | 101 | 111100 | 101000011 | 111 | 100101 |
Color Harmonies of #665961
Complementary color
Monochromatic Colors of #665961
Black with #665961
Text Example
Text Example
White with #665961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665961; }
p { color: rgb(102,89,97); }
H1.HeaderClassName
{
color: #665961;
}
.AnyTagClassName
{
color: #665961;
}
</style>
background-color css
<style>
a { background-color: #665961; }
a { background-color: rgb(102,89,97); }
div.DivClassName
{
background-color: #665961;
}
.BgClassName
{
background-color: #665961;
}
</style>
border-color css
<style>
span { border-color: #665961; }
span { border-color: rgb(102,89,97); }
td.TdClassName
{
border-color: #665961;
}
.TagClassName
{
border-color: #665961;
}
</style>