Shades of Salt Box #695A65
Tints of Salt Box #695A65
RGB
CMYK
RGB Variations
Color information
#695A65 (or 0x695A65) is known color: Salt Box. HEX triplet: 69, 5A and 65. RGB value is (105,90,101). Sum of RGB (Red+Green+Blue) = 105+90+101=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #695A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A65 is #96A59A. Grayscale: #5F5F5F. Windows color (decimal): -9872795 or 6642281. OLE color: 6642281.
HSL color Cylindrical-coordinate representation of color #695A65: hue angle of 316º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695A65 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 101 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.59 |
| HSL | 316º | 0.08% | 0.38% | - |
| HSV(B) | 316º | 0.14% | 0.41% | - |
| XYZ | 11.83 | 11.26 | 13.86 | - |
| YUV | 95.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 101 | 0 | 0.14 | 0.04 | 0.59 | 316 | 0.08 | 0.38 |
| Hex | 69 | 5A | 65 | 0 | E | 4 | 3B | 13C | 8 | 26 |
| Octal | 151 | 132 | 145 | 0 | 16 | 4 | 73 | 474 | 10 | 46 |
| Binary | 1101001 | 1011010 | 1100101 | 0 | 1110 | 100 | 111011 | 100111100 | 1000 | 100110 |
Color Harmonies of #695A65
Complementary color
Monochromatic Colors of #695A65
Black with #695A65
Text Example
Text Example
White with #695A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A65; }
p { color: rgb(105,90,101); }
H1.HeaderClassName
{
color: #695A65;
}
.AnyTagClassName
{
color: #695A65;
}
</style>
background-color css
<style>
a { background-color: #695A65; }
a { background-color: rgb(105,90,101); }
div.DivClassName
{
background-color: #695A65;
}
.BgClassName
{
background-color: #695A65;
}
</style>
border-color css
<style>
span { border-color: #695A65; }
span { border-color: rgb(105,90,101); }
td.TdClassName
{
border-color: #695A65;
}
.TagClassName
{
border-color: #695A65;
}
</style>