Shades of Salt Box #665765
Tints of Salt Box #665765
RGB
CMYK
RGB Variations
Color information
#665765 (or 0x665765) is known color: Salt Box. HEX triplet: 66, 57 and 65. RGB value is (102,87,101). Sum of RGB (Red+Green+Blue) = 102+87+101=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #665765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665765 is #99A89A. Grayscale: #5D5D5D. Windows color (decimal): -10070171 or 6641510. OLE color: 6641510.
HSL color Cylindrical-coordinate representation of color #665765: hue angle of 304º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665765 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 101 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.6 |
| HSL | 304º | 0.08% | 0.37% | - |
| HSV(B) | 304º | 0.15% | 0.4% | - |
| XYZ | 11.24 | 10.58 | 13.76 | - |
| YUV | 93.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 101 | 0 | 0.15 | 0.01 | 0.6 | 304 | 0.08 | 0.37 |
| Hex | 66 | 57 | 65 | 0 | F | 1 | 3C | 130 | 8 | 25 |
| Octal | 146 | 127 | 145 | 0 | 17 | 1 | 74 | 460 | 10 | 45 |
| Binary | 1100110 | 1010111 | 1100101 | 0 | 1111 | 1 | 111100 | 100110000 | 1000 | 100101 |
Color Harmonies of #665765
Complementary color
Monochromatic Colors of #665765
Black with #665765
Text Example
Text Example
White with #665765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665765; }
p { color: rgb(102,87,101); }
H1.HeaderClassName
{
color: #665765;
}
.AnyTagClassName
{
color: #665765;
}
</style>
background-color css
<style>
a { background-color: #665765; }
a { background-color: rgb(102,87,101); }
div.DivClassName
{
background-color: #665765;
}
.BgClassName
{
background-color: #665765;
}
</style>
border-color css
<style>
span { border-color: #665765; }
span { border-color: rgb(102,87,101); }
td.TdClassName
{
border-color: #665765;
}
.TagClassName
{
border-color: #665765;
}
</style>