Shades of Salt Box #695965
Tints of Salt Box #695965
RGB
CMYK
RGB Variations
Color information
#695965 (or 0x695965) is known color: Salt Box. HEX triplet: 69, 59 and 65. RGB value is (105,89,101). Sum of RGB (Red+Green+Blue) = 105+89+101=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 105 - color contains mainly: red. Hex color #695965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695965 is #96A69A. Grayscale: #5F5F5F. Windows color (decimal): -9873051 or 6642025. OLE color: 6642025.
HSL color Cylindrical-coordinate representation of color #695965: hue angle of 315º 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 #695965 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 101 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.59 |
| HSL | 315º | 0.08% | 0.38% | - |
| HSV(B) | 315º | 0.15% | 0.41% | - |
| XYZ | 11.75 | 11.09 | 13.83 | - |
| YUV | 95.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 101 | 0 | 0.15 | 0.04 | 0.59 | 315 | 0.08 | 0.38 |
| Hex | 69 | 59 | 65 | 0 | F | 4 | 3B | 13B | 8 | 26 |
| Octal | 151 | 131 | 145 | 0 | 17 | 4 | 73 | 473 | 10 | 46 |
| Binary | 1101001 | 1011001 | 1100101 | 0 | 1111 | 100 | 111011 | 100111011 | 1000 | 100110 |
Color Harmonies of #695965
Complementary color
Monochromatic Colors of #695965
Black with #695965
Text Example
Text Example
White with #695965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695965; }
p { color: rgb(105,89,101); }
H1.HeaderClassName
{
color: #695965;
}
.AnyTagClassName
{
color: #695965;
}
</style>
background-color css
<style>
a { background-color: #695965; }
a { background-color: rgb(105,89,101); }
div.DivClassName
{
background-color: #695965;
}
.BgClassName
{
background-color: #695965;
}
</style>
border-color css
<style>
span { border-color: #695965; }
span { border-color: rgb(105,89,101); }
td.TdClassName
{
border-color: #695965;
}
.TagClassName
{
border-color: #695965;
}
</style>