Shades of Salt Box #665164
Tints of Salt Box #665164
RGB
CMYK
RGB Variations
Color information
#665164 (or 0x665164) is known color: Salt Box. HEX triplet: 66, 51 and 64. RGB value is (102,81,100). Sum of RGB (Red+Green+Blue) = 102+81+100=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665164 is #99AE9B. Grayscale: #595959. Windows color (decimal): -10071708 or 6574438. OLE color: 6574438.
HSL color Cylindrical-coordinate representation of color #665164: hue angle of 305.71º 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 #665164 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 100 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.6 |
| HSL | 305.71º | 0.11% | 0.36% | - |
| HSV(B) | 305.71º | 0.21% | 0.4% | - |
| XYZ | 10.72 | 9.63 | 13.35 | - |
| YUV | 89.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 100 | 0 | 0.21 | 0.02 | 0.6 | 305.71 | 0.11 | 0.36 |
| Hex | 66 | 51 | 64 | 0 | 15 | 2 | 3C | 132 | B | 24 |
| Octal | 146 | 121 | 144 | 0 | 25 | 2 | 74 | 462 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1100100 | 0 | 10101 | 10 | 111100 | 100110010 | 1011 | 100100 |
Color Harmonies of #665164
Complementary color
Monochromatic Colors of #665164
Black with #665164
Text Example
Text Example
White with #665164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665164; }
p { color: rgb(102,81,100); }
H1.HeaderClassName
{
color: #665164;
}
.AnyTagClassName
{
color: #665164;
}
</style>
background-color css
<style>
a { background-color: #665164; }
a { background-color: rgb(102,81,100); }
div.DivClassName
{
background-color: #665164;
}
.BgClassName
{
background-color: #665164;
}
</style>
border-color css
<style>
span { border-color: #665164; }
span { border-color: rgb(102,81,100); }
td.TdClassName
{
border-color: #665164;
}
.TagClassName
{
border-color: #665164;
}
</style>