Shades of Salt Box #675964
Tints of Salt Box #675964
RGB
CMYK
RGB Variations
Color information
#675964 (or 0x675964) is known color: Salt Box. HEX triplet: 67, 59 and 64. RGB value is (103,89,100). Sum of RGB (Red+Green+Blue) = 103+89+100=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #675964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675964 is #98A69B. Grayscale: #5E5E5E. Windows color (decimal): -10004124 or 6576487. OLE color: 6576487.
HSL color Cylindrical-coordinate representation of color #675964: hue angle of 312.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675964 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 100 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.60 |
| HSL | 312.86º | 0.07% | 0.38% | - |
| HSV(B) | 312.86º | 0.14% | 0.4% | - |
| XYZ | 11.47 | 10.95 | 13.57 | - |
| YUV | 94.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 100 | 0 | 0.14 | 0.03 | 0.60 | 312.86 | 0.07 | 0.38 |
| Hex | 67 | 59 | 64 | 0 | E | 3 | 3C | 139 | 7 | 26 |
| Octal | 147 | 131 | 144 | 0 | 16 | 3 | 74 | 471 | 7 | 46 |
| Binary | 1100111 | 1011001 | 1100100 | 0 | 1110 | 11 | 111100 | 100111001 | 111 | 100110 |
Color Harmonies of #675964
Complementary color
Monochromatic Colors of #675964
Black with #675964
Text Example
Text Example
White with #675964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675964; }
p { color: rgb(103,89,100); }
H1.HeaderClassName
{
color: #675964;
}
.AnyTagClassName
{
color: #675964;
}
</style>
background-color css
<style>
a { background-color: #675964; }
a { background-color: rgb(103,89,100); }
div.DivClassName
{
background-color: #675964;
}
.BgClassName
{
background-color: #675964;
}
</style>
border-color css
<style>
span { border-color: #675964; }
span { border-color: rgb(103,89,100); }
td.TdClassName
{
border-color: #675964;
}
.TagClassName
{
border-color: #675964;
}
</style>