Shades of Salt Box #695B65
Tints of Salt Box #695B65
RGB
CMYK
RGB Variations
Color information
#695B65 (or 0x695B65) is known color: Salt Box. HEX triplet: 69, 5B and 65. RGB value is (105,91,101). Sum of RGB (Red+Green+Blue) = 105+91+101=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #695B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B65 is #96A49A. Grayscale: #606060. Windows color (decimal): -9872539 or 6642537. OLE color: 6642537.
HSL color Cylindrical-coordinate representation of color #695B65: hue angle of 317.14º 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 #695B65 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 101 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.59 |
| HSL | 317.14º | 0.07% | 0.38% | - |
| HSV(B) | 317.14º | 0.13% | 0.41% | - |
| XYZ | 11.92 | 11.43 | 13.89 | - |
| YUV | 96.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 101 | 0 | 0.13 | 0.04 | 0.59 | 317.14 | 0.07 | 0.38 |
| Hex | 69 | 5B | 65 | 0 | D | 4 | 3B | 13D | 7 | 26 |
| Octal | 151 | 133 | 145 | 0 | 15 | 4 | 73 | 475 | 7 | 46 |
| Binary | 1101001 | 1011011 | 1100101 | 0 | 1101 | 100 | 111011 | 100111101 | 111 | 100110 |
Color Harmonies of #695B65
Complementary color
Monochromatic Colors of #695B65
Black with #695B65
Text Example
Text Example
White with #695B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B65; }
p { color: rgb(105,91,101); }
H1.HeaderClassName
{
color: #695B65;
}
.AnyTagClassName
{
color: #695B65;
}
</style>
background-color css
<style>
a { background-color: #695B65; }
a { background-color: rgb(105,91,101); }
div.DivClassName
{
background-color: #695B65;
}
.BgClassName
{
background-color: #695B65;
}
</style>
border-color css
<style>
span { border-color: #695B65; }
span { border-color: rgb(105,91,101); }
td.TdClassName
{
border-color: #695B65;
}
.TagClassName
{
border-color: #695B65;
}
</style>