Shades of Salt Box #664C64
Tints of Salt Box #664C64
RGB
CMYK
RGB Variations
Color information
#664C64 (or 0x664C64) is known color: Salt Box. HEX triplet: 66, 4C and 64. RGB value is (102,76,100). Sum of RGB (Red+Green+Blue) = 102+76+100=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #664C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C64 is #99B39B. Grayscale: #565656. Windows color (decimal): -10072988 or 6573158. OLE color: 6573158.
HSL color Cylindrical-coordinate representation of color #664C64: hue angle of 304.62º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664C64 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 100 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.6 |
| HSL | 304.62º | 0.15% | 0.35% | - |
| HSV(B) | 304.62º | 0.25% | 0.4% | - |
| XYZ | 10.36 | 8.91 | 13.23 | - |
| YUV | 86.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 100 | 0 | 0.25 | 0.02 | 0.6 | 304.62 | 0.15 | 0.35 |
| Hex | 66 | 4C | 64 | 0 | 19 | 2 | 3C | 131 | F | 23 |
| Octal | 146 | 114 | 144 | 0 | 31 | 2 | 74 | 461 | 17 | 43 |
| Binary | 1100110 | 1001100 | 1100100 | 0 | 11001 | 10 | 111100 | 100110001 | 1111 | 100011 |
Color Harmonies of #664C64
Complementary color
Monochromatic Colors of #664C64
Black with #664C64
Text Example
Text Example
White with #664C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C64; }
p { color: rgb(102,76,100); }
H1.HeaderClassName
{
color: #664C64;
}
.AnyTagClassName
{
color: #664C64;
}
</style>
background-color css
<style>
a { background-color: #664C64; }
a { background-color: rgb(102,76,100); }
div.DivClassName
{
background-color: #664C64;
}
.BgClassName
{
background-color: #664C64;
}
</style>
border-color css
<style>
span { border-color: #664C64; }
span { border-color: rgb(102,76,100); }
td.TdClassName
{
border-color: #664C64;
}
.TagClassName
{
border-color: #664C64;
}
</style>