Shades of Salt Box #664E65
Tints of Salt Box #664E65
RGB
CMYK
RGB Variations
Color information
#664E65 (or 0x664E65) is known color: Salt Box. HEX triplet: 66, 4E and 65. RGB value is (102,78,101). Sum of RGB (Red+Green+Blue) = 102+78+101=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #664E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E65 is #99B19A. Grayscale: #575757. Windows color (decimal): -10072475 or 6639206. OLE color: 6639206.
HSL color Cylindrical-coordinate representation of color #664E65: hue angle of 302.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #664E65 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 101 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.6 |
| HSL | 302.5º | 0.13% | 0.35% | - |
| HSV(B) | 302.5º | 0.24% | 0.4% | - |
| XYZ | 10.55 | 9.21 | 13.53 | - |
| YUV | 87.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 101 | 0 | 0.24 | 0.01 | 0.6 | 302.5 | 0.13 | 0.35 |
| Hex | 66 | 4E | 65 | 0 | 18 | 1 | 3C | 12E | D | 23 |
| Octal | 146 | 116 | 145 | 0 | 30 | 1 | 74 | 456 | 15 | 43 |
| Binary | 1100110 | 1001110 | 1100101 | 0 | 11000 | 1 | 111100 | 100101110 | 1101 | 100011 |
Color Harmonies of #664E65
Complementary color
Monochromatic Colors of #664E65
Black with #664E65
Text Example
Text Example
White with #664E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E65; }
p { color: rgb(102,78,101); }
H1.HeaderClassName
{
color: #664E65;
}
.AnyTagClassName
{
color: #664E65;
}
</style>
background-color css
<style>
a { background-color: #664E65; }
a { background-color: rgb(102,78,101); }
div.DivClassName
{
background-color: #664E65;
}
.BgClassName
{
background-color: #664E65;
}
</style>
border-color css
<style>
span { border-color: #664E65; }
span { border-color: rgb(102,78,101); }
td.TdClassName
{
border-color: #664E65;
}
.TagClassName
{
border-color: #664E65;
}
</style>