Shades of Salt Box #665962
Tints of Salt Box #665962
RGB
CMYK
RGB Variations
Color information
#665962 (or 0x665962) is known color: Salt Box. HEX triplet: 66, 59 and 62. RGB value is (102,89,98). Sum of RGB (Red+Green+Blue) = 102+89+98=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665962 is #99A69D. Grayscale: #5D5D5D. Windows color (decimal): -10069662 or 6445414. OLE color: 6445414.
HSL color Cylindrical-coordinate representation of color #665962: hue angle of 318.46º 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 #665962 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 98 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.6 |
| HSL | 318.46º | 0.07% | 0.37% | - |
| HSV(B) | 318.46º | 0.13% | 0.4% | - |
| XYZ | 11.26 | 10.85 | 13.06 | - |
| YUV | 93.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 98 | 0 | 0.13 | 0.04 | 0.6 | 318.46 | 0.07 | 0.37 |
| Hex | 66 | 59 | 62 | 0 | D | 4 | 3C | 13E | 7 | 25 |
| Octal | 146 | 131 | 142 | 0 | 15 | 4 | 74 | 476 | 7 | 45 |
| Binary | 1100110 | 1011001 | 1100010 | 0 | 1101 | 100 | 111100 | 100111110 | 111 | 100101 |
Color Harmonies of #665962
Complementary color
Monochromatic Colors of #665962
Black with #665962
Text Example
Text Example
White with #665962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665962; }
p { color: rgb(102,89,98); }
H1.HeaderClassName
{
color: #665962;
}
.AnyTagClassName
{
color: #665962;
}
</style>
background-color css
<style>
a { background-color: #665962; }
a { background-color: rgb(102,89,98); }
div.DivClassName
{
background-color: #665962;
}
.BgClassName
{
background-color: #665962;
}
</style>
border-color css
<style>
span { border-color: #665962; }
span { border-color: rgb(102,89,98); }
td.TdClassName
{
border-color: #665962;
}
.TagClassName
{
border-color: #665962;
}
</style>