Shades of Salt Box #695764
Tints of Salt Box #695764
RGB
CMYK
RGB Variations
Color information
#695764 (or 0x695764) is known color: Salt Box. HEX triplet: 69, 57 and 64. RGB value is (105,87,100). Sum of RGB (Red+Green+Blue) = 105+87+100=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695764 is #96A89B. Grayscale: #5D5D5D. Windows color (decimal): -9873564 or 6575977. OLE color: 6575977.
HSL color Cylindrical-coordinate representation of color #695764: hue angle of 316.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #695764 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 87 | 100 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.59 |
| HSL | 316.67º | 0.09% | 0.38% | - |
| HSV(B) | 316.67º | 0.17% | 0.41% | - |
| XYZ | 11.53 | 10.74 | 13.52 | - |
| YUV | 93.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 100 | 0 | 0.17 | 0.05 | 0.59 | 316.67 | 0.09 | 0.38 |
| Hex | 69 | 57 | 64 | 0 | 11 | 5 | 3B | 13D | 9 | 26 |
| Octal | 151 | 127 | 144 | 0 | 21 | 5 | 73 | 475 | 11 | 46 |
| Binary | 1101001 | 1010111 | 1100100 | 0 | 10001 | 101 | 111011 | 100111101 | 1001 | 100110 |
Color Harmonies of #695764
Complementary color
Monochromatic Colors of #695764
Black with #695764
Text Example
Text Example
White with #695764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695764; }
p { color: rgb(105,87,100); }
H1.HeaderClassName
{
color: #695764;
}
.AnyTagClassName
{
color: #695764;
}
</style>
background-color css
<style>
a { background-color: #695764; }
a { background-color: rgb(105,87,100); }
div.DivClassName
{
background-color: #695764;
}
.BgClassName
{
background-color: #695764;
}
</style>
border-color css
<style>
span { border-color: #695764; }
span { border-color: rgb(105,87,100); }
td.TdClassName
{
border-color: #695764;
}
.TagClassName
{
border-color: #695764;
}
</style>