Shades of Salt Box #695B64
Tints of Salt Box #695B64
RGB
CMYK
RGB Variations
Color information
#695B64 (or 0x695B64) is known color: Salt Box. HEX triplet: 69, 5B and 64. RGB value is (105,91,100). Sum of RGB (Red+Green+Blue) = 105+91+100=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #695B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B64 is #96A49B. Grayscale: #606060. Windows color (decimal): -9872540 or 6577001. OLE color: 6577001.
HSL color Cylindrical-coordinate representation of color #695B64: hue angle of 321.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #695B64 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 100 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.59 |
| HSL | 321.43º | 0.07% | 0.38% | - |
| HSV(B) | 321.43º | 0.13% | 0.41% | - |
| XYZ | 11.87 | 11.41 | 13.63 | - |
| YUV | 96.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 100 | 0 | 0.13 | 0.05 | 0.59 | 321.43 | 0.07 | 0.38 |
| Hex | 69 | 5B | 64 | 0 | D | 5 | 3B | 141 | 7 | 26 |
| Octal | 151 | 133 | 144 | 0 | 15 | 5 | 73 | 501 | 7 | 46 |
| Binary | 1101001 | 1011011 | 1100100 | 0 | 1101 | 101 | 111011 | 101000001 | 111 | 100110 |
Color Harmonies of #695B64
Complementary color
Monochromatic Colors of #695B64
Black with #695B64
Text Example
Text Example
White with #695B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B64; }
p { color: rgb(105,91,100); }
H1.HeaderClassName
{
color: #695B64;
}
.AnyTagClassName
{
color: #695B64;
}
</style>
background-color css
<style>
a { background-color: #695B64; }
a { background-color: rgb(105,91,100); }
div.DivClassName
{
background-color: #695B64;
}
.BgClassName
{
background-color: #695B64;
}
</style>
border-color css
<style>
span { border-color: #695B64; }
span { border-color: rgb(105,91,100); }
td.TdClassName
{
border-color: #695B64;
}
.TagClassName
{
border-color: #695B64;
}
</style>