Shades of Salt Box #664761
Tints of Salt Box #664761
RGB
CMYK
RGB Variations
Color information
#664761 (or 0x664761) is known color: Salt Box. HEX triplet: 66, 47 and 61. RGB value is (102,71,97). Sum of RGB (Red+Green+Blue) = 102+71+97=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664761 is #99B89E. Grayscale: #535353. Windows color (decimal): -10074271 or 6375270. OLE color: 6375270.
HSL color Cylindrical-coordinate representation of color #664761: hue angle of 309.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664761 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 97 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.6 |
| HSL | 309.68º | 0.18% | 0.34% | - |
| HSV(B) | 309.68º | 0.3% | 0.4% | - |
| XYZ | 9.89 | 8.19 | 12.37 | - |
| YUV | 83.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 97 | 0 | 0.30 | 0.05 | 0.6 | 309.68 | 0.18 | 0.34 |
| Hex | 66 | 47 | 61 | 0 | 1E | 5 | 3C | 136 | 12 | 22 |
| Octal | 146 | 107 | 141 | 0 | 36 | 5 | 74 | 466 | 22 | 42 |
| Binary | 1100110 | 1000111 | 1100001 | 0 | 11110 | 101 | 111100 | 100110110 | 10010 | 100010 |
Color Harmonies of #664761
Complementary color
Monochromatic Colors of #664761
Black with #664761
Text Example
Text Example
White with #664761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664761; }
p { color: rgb(102,71,97); }
H1.HeaderClassName
{
color: #664761;
}
.AnyTagClassName
{
color: #664761;
}
</style>
background-color css
<style>
a { background-color: #664761; }
a { background-color: rgb(102,71,97); }
div.DivClassName
{
background-color: #664761;
}
.BgClassName
{
background-color: #664761;
}
</style>
border-color css
<style>
span { border-color: #664761; }
span { border-color: rgb(102,71,97); }
td.TdClassName
{
border-color: #664761;
}
.TagClassName
{
border-color: #664761;
}
</style>