Shades of Salt Box #665361
Tints of Salt Box #665361
RGB
CMYK
RGB Variations
Color information
#665361 (or 0x665361) is known color: Salt Box. HEX triplet: 66, 53 and 61. RGB value is (102,83,97). Sum of RGB (Red+Green+Blue) = 102+83+97=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665361 is #99AC9E. Grayscale: #5A5A5A. Windows color (decimal): -10071199 or 6378342. OLE color: 6378342.
HSL color Cylindrical-coordinate representation of color #665361: hue angle of 315.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #665361 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 97 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.6 |
| HSL | 315.79º | 0.1% | 0.36% | - |
| HSV(B) | 315.79º | 0.19% | 0.4% | - |
| XYZ | 10.73 | 9.87 | 12.65 | - |
| YUV | 90.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 97 | 0 | 0.19 | 0.05 | 0.6 | 315.79 | 0.1 | 0.36 |
| Hex | 66 | 53 | 61 | 0 | 13 | 5 | 3C | 13C | A | 24 |
| Octal | 146 | 123 | 141 | 0 | 23 | 5 | 74 | 474 | 12 | 44 |
| Binary | 1100110 | 1010011 | 1100001 | 0 | 10011 | 101 | 111100 | 100111100 | 1010 | 100100 |
Color Harmonies of #665361
Complementary color
Monochromatic Colors of #665361
Black with #665361
Text Example
Text Example
White with #665361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665361; }
p { color: rgb(102,83,97); }
H1.HeaderClassName
{
color: #665361;
}
.AnyTagClassName
{
color: #665361;
}
</style>
background-color css
<style>
a { background-color: #665361; }
a { background-color: rgb(102,83,97); }
div.DivClassName
{
background-color: #665361;
}
.BgClassName
{
background-color: #665361;
}
</style>
border-color css
<style>
span { border-color: #665361; }
span { border-color: rgb(102,83,97); }
td.TdClassName
{
border-color: #665361;
}
.TagClassName
{
border-color: #665361;
}
</style>