Shades of Salt Box #695665
Tints of Salt Box #695665
RGB
CMYK
RGB Variations
Color information
#695665 (or 0x695665) is known color: Salt Box. HEX triplet: 69, 56 and 65. RGB value is (105,86,101). Sum of RGB (Red+Green+Blue) = 105+86+101=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695665 is #96A99A. Grayscale: #5D5D5D. Windows color (decimal): -9873819 or 6641257. OLE color: 6641257.
HSL color Cylindrical-coordinate representation of color #695665: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #695665 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 86 | 101 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.59 |
| HSL | 312.63º | 0.1% | 0.37% | - |
| HSV(B) | 312.63º | 0.18% | 0.41% | - |
| XYZ | 11.5 | 10.6 | 13.75 | - |
| YUV | 93.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 101 | 0 | 0.18 | 0.04 | 0.59 | 312.63 | 0.1 | 0.37 |
| Hex | 69 | 56 | 65 | 0 | 12 | 4 | 3B | 139 | A | 25 |
| Octal | 151 | 126 | 145 | 0 | 22 | 4 | 73 | 471 | 12 | 45 |
| Binary | 1101001 | 1010110 | 1100101 | 0 | 10010 | 100 | 111011 | 100111001 | 1010 | 100101 |
Color Harmonies of #695665
Complementary color
Monochromatic Colors of #695665
Black with #695665
Text Example
Text Example
White with #695665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695665; }
p { color: rgb(105,86,101); }
H1.HeaderClassName
{
color: #695665;
}
.AnyTagClassName
{
color: #695665;
}
</style>
background-color css
<style>
a { background-color: #695665; }
a { background-color: rgb(105,86,101); }
div.DivClassName
{
background-color: #695665;
}
.BgClassName
{
background-color: #695665;
}
</style>
border-color css
<style>
span { border-color: #695665; }
span { border-color: rgb(105,86,101); }
td.TdClassName
{
border-color: #695665;
}
.TagClassName
{
border-color: #695665;
}
</style>