Shades of Salt Box #665964
Tints of Salt Box #665964
RGB
CMYK
RGB Variations
Color information
#665964 (or 0x665964) is known color: Salt Box. HEX triplet: 66, 59 and 64. RGB value is (102,89,100). Sum of RGB (Red+Green+Blue) = 102+89+100=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #665964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665964 is #99A69B. Grayscale: #5E5E5E. Windows color (decimal): -10069660 or 6576486. OLE color: 6576486.
HSL color Cylindrical-coordinate representation of color #665964: hue angle of 309.23º 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 #665964 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 100 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.6 |
| HSL | 309.23º | 0.07% | 0.37% | - |
| HSV(B) | 309.23º | 0.13% | 0.4% | - |
| XYZ | 11.35 | 10.89 | 13.56 | - |
| YUV | 94.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 100 | 0 | 0.13 | 0.02 | 0.6 | 309.23 | 0.07 | 0.37 |
| Hex | 66 | 59 | 64 | 0 | D | 2 | 3C | 135 | 7 | 25 |
| Octal | 146 | 131 | 144 | 0 | 15 | 2 | 74 | 465 | 7 | 45 |
| Binary | 1100110 | 1011001 | 1100100 | 0 | 1101 | 10 | 111100 | 100110101 | 111 | 100101 |
Color Harmonies of #665964
Complementary color
Monochromatic Colors of #665964
Black with #665964
Text Example
Text Example
White with #665964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665964; }
p { color: rgb(102,89,100); }
H1.HeaderClassName
{
color: #665964;
}
.AnyTagClassName
{
color: #665964;
}
</style>
background-color css
<style>
a { background-color: #665964; }
a { background-color: rgb(102,89,100); }
div.DivClassName
{
background-color: #665964;
}
.BgClassName
{
background-color: #665964;
}
</style>
border-color css
<style>
span { border-color: #665964; }
span { border-color: rgb(102,89,100); }
td.TdClassName
{
border-color: #665964;
}
.TagClassName
{
border-color: #665964;
}
</style>