Shades of Salt Box #694E64
Tints of Salt Box #694E64
RGB
CMYK
RGB Variations
Color information
#694E64 (or 0x694E64) is known color: Salt Box. HEX triplet: 69, 4E and 64. RGB value is (105,78,100). Sum of RGB (Red+Green+Blue) = 105+78+100=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #694E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E64 is #96B19B. Grayscale: #585858. Windows color (decimal): -9875868 or 6573673. OLE color: 6573673.
HSL color Cylindrical-coordinate representation of color #694E64: hue angle of 311.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E64 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 100 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.59 |
| HSL | 311.11º | 0.15% | 0.36% | - |
| HSV(B) | 311.11º | 0.26% | 0.41% | - |
| XYZ | 10.85 | 9.37 | 13.29 | - |
| YUV | 88.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 100 | 0 | 0.26 | 0.05 | 0.59 | 311.11 | 0.15 | 0.36 |
| Hex | 69 | 4E | 64 | 0 | 1A | 5 | 3B | 137 | F | 24 |
| Octal | 151 | 116 | 144 | 0 | 32 | 5 | 73 | 467 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1100100 | 0 | 11010 | 101 | 111011 | 100110111 | 1111 | 100100 |
Color Harmonies of #694E64
Complementary color
Monochromatic Colors of #694E64
Black with #694E64
Text Example
Text Example
White with #694E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E64; }
p { color: rgb(105,78,100); }
H1.HeaderClassName
{
color: #694E64;
}
.AnyTagClassName
{
color: #694E64;
}
</style>
background-color css
<style>
a { background-color: #694E64; }
a { background-color: rgb(105,78,100); }
div.DivClassName
{
background-color: #694E64;
}
.BgClassName
{
background-color: #694E64;
}
</style>
border-color css
<style>
span { border-color: #694E64; }
span { border-color: rgb(105,78,100); }
td.TdClassName
{
border-color: #694E64;
}
.TagClassName
{
border-color: #694E64;
}
</style>