Shades of Salt Box #695964
Tints of Salt Box #695964
RGB
CMYK
RGB Variations
Color information
#695964 (or 0x695964) is known color: Salt Box. HEX triplet: 69, 59 and 64. RGB value is (105,89,100). Sum of RGB (Red+Green+Blue) = 105+89+100=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #695964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695964 is #96A69B. Grayscale: #5F5F5F. Windows color (decimal): -9873052 or 6576489. OLE color: 6576489.
HSL color Cylindrical-coordinate representation of color #695964: hue angle of 318.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695964 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 100 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.59 |
| HSL | 318.75º | 0.08% | 0.38% | - |
| HSV(B) | 318.75º | 0.15% | 0.41% | - |
| XYZ | 11.7 | 11.07 | 13.58 | - |
| YUV | 95.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 100 | 0 | 0.15 | 0.05 | 0.59 | 318.75 | 0.08 | 0.38 |
| Hex | 69 | 59 | 64 | 0 | F | 5 | 3B | 13F | 8 | 26 |
| Octal | 151 | 131 | 144 | 0 | 17 | 5 | 73 | 477 | 10 | 46 |
| Binary | 1101001 | 1011001 | 1100100 | 0 | 1111 | 101 | 111011 | 100111111 | 1000 | 100110 |
Color Harmonies of #695964
Complementary color
Monochromatic Colors of #695964
Black with #695964
Text Example
Text Example
White with #695964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695964; }
p { color: rgb(105,89,100); }
H1.HeaderClassName
{
color: #695964;
}
.AnyTagClassName
{
color: #695964;
}
</style>
background-color css
<style>
a { background-color: #695964; }
a { background-color: rgb(105,89,100); }
div.DivClassName
{
background-color: #695964;
}
.BgClassName
{
background-color: #695964;
}
</style>
border-color css
<style>
span { border-color: #695964; }
span { border-color: rgb(105,89,100); }
td.TdClassName
{
border-color: #695964;
}
.TagClassName
{
border-color: #695964;
}
</style>