Shades of Salt Box #665865
Tints of Salt Box #665865
RGB
CMYK
RGB Variations
Color information
#665865 (or 0x665865) is known color: Salt Box. HEX triplet: 66, 58 and 65. RGB value is (102,88,101). Sum of RGB (Red+Green+Blue) = 102+88+101=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #665865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665865 is #99A79A. Grayscale: #5D5D5D. Windows color (decimal): -10069915 or 6641766. OLE color: 6641766.
HSL color Cylindrical-coordinate representation of color #665865: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665865 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 101 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.6 |
| HSL | 304.29º | 0.07% | 0.37% | - |
| HSV(B) | 304.29º | 0.14% | 0.4% | - |
| XYZ | 11.32 | 10.74 | 13.79 | - |
| YUV | 93.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 101 | 0 | 0.14 | 0.01 | 0.6 | 304.29 | 0.07 | 0.37 |
| Hex | 66 | 58 | 65 | 0 | E | 1 | 3C | 130 | 7 | 25 |
| Octal | 146 | 130 | 145 | 0 | 16 | 1 | 74 | 460 | 7 | 45 |
| Binary | 1100110 | 1011000 | 1100101 | 0 | 1110 | 1 | 111100 | 100110000 | 111 | 100101 |
Color Harmonies of #665865
Complementary color
Monochromatic Colors of #665865
Black with #665865
Text Example
Text Example
White with #665865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665865; }
p { color: rgb(102,88,101); }
H1.HeaderClassName
{
color: #665865;
}
.AnyTagClassName
{
color: #665865;
}
</style>
background-color css
<style>
a { background-color: #665865; }
a { background-color: rgb(102,88,101); }
div.DivClassName
{
background-color: #665865;
}
.BgClassName
{
background-color: #665865;
}
</style>
border-color css
<style>
span { border-color: #665865; }
span { border-color: rgb(102,88,101); }
td.TdClassName
{
border-color: #665865;
}
.TagClassName
{
border-color: #665865;
}
</style>