Shades of Salt Box #695365
Tints of Salt Box #695365
RGB
CMYK
RGB Variations
Color information
#695365 (or 0x695365) is known color: Salt Box. HEX triplet: 69, 53 and 65. RGB value is (105,83,101). Sum of RGB (Red+Green+Blue) = 105+83+101=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695365 is #96AC9A. Grayscale: #5B5B5B. Windows color (decimal): -9874587 or 6640489. OLE color: 6640489.
HSL color Cylindrical-coordinate representation of color #695365: hue angle of 310.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695365 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 101 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.59 |
| HSL | 310.91º | 0.12% | 0.37% | - |
| HSV(B) | 310.91º | 0.21% | 0.41% | - |
| XYZ | 11.27 | 10.13 | 13.67 | - |
| YUV | 91.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 101 | 0 | 0.21 | 0.04 | 0.59 | 310.91 | 0.12 | 0.37 |
| Hex | 69 | 53 | 65 | 0 | 15 | 4 | 3B | 137 | C | 25 |
| Octal | 151 | 123 | 145 | 0 | 25 | 4 | 73 | 467 | 14 | 45 |
| Binary | 1101001 | 1010011 | 1100101 | 0 | 10101 | 100 | 111011 | 100110111 | 1100 | 100101 |
Color Harmonies of #695365
Complementary color
Monochromatic Colors of #695365
Black with #695365
Text Example
Text Example
White with #695365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695365; }
p { color: rgb(105,83,101); }
H1.HeaderClassName
{
color: #695365;
}
.AnyTagClassName
{
color: #695365;
}
</style>
background-color css
<style>
a { background-color: #695365; }
a { background-color: rgb(105,83,101); }
div.DivClassName
{
background-color: #695365;
}
.BgClassName
{
background-color: #695365;
}
</style>
border-color css
<style>
span { border-color: #695365; }
span { border-color: rgb(105,83,101); }
td.TdClassName
{
border-color: #695365;
}
.TagClassName
{
border-color: #695365;
}
</style>