Shades of Salt Box #665161
Tints of Salt Box #665161
RGB
CMYK
RGB Variations
Color information
#665161 (or 0x665161) is known color: Salt Box. HEX triplet: 66, 51 and 61. RGB value is (102,81,97). Sum of RGB (Red+Green+Blue) = 102+81+97=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #665161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665161 is #99AE9E. Grayscale: #595959. Windows color (decimal): -10071711 or 6377830. OLE color: 6377830.
HSL color Cylindrical-coordinate representation of color #665161: hue angle of 314.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665161 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 97 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.6 |
| HSL | 314.29º | 0.11% | 0.36% | - |
| HSV(B) | 314.29º | 0.21% | 0.4% | - |
| XYZ | 10.58 | 9.57 | 12.6 | - |
| YUV | 89.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 97 | 0 | 0.21 | 0.05 | 0.6 | 314.29 | 0.11 | 0.36 |
| Hex | 66 | 51 | 61 | 0 | 15 | 5 | 3C | 13A | B | 24 |
| Octal | 146 | 121 | 141 | 0 | 25 | 5 | 74 | 472 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1100001 | 0 | 10101 | 101 | 111100 | 100111010 | 1011 | 100100 |
Color Harmonies of #665161
Complementary color
Monochromatic Colors of #665161
Black with #665161
Text Example
Text Example
White with #665161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665161; }
p { color: rgb(102,81,97); }
H1.HeaderClassName
{
color: #665161;
}
.AnyTagClassName
{
color: #665161;
}
</style>
background-color css
<style>
a { background-color: #665161; }
a { background-color: rgb(102,81,97); }
div.DivClassName
{
background-color: #665161;
}
.BgClassName
{
background-color: #665161;
}
</style>
border-color css
<style>
span { border-color: #665161; }
span { border-color: rgb(102,81,97); }
td.TdClassName
{
border-color: #665161;
}
.TagClassName
{
border-color: #665161;
}
</style>