Shades of Salt Box #675865
Tints of Salt Box #675865
RGB
CMYK
RGB Variations
Color information
#675865 (or 0x675865) is known color: Salt Box. HEX triplet: 67, 58 and 65. RGB value is (103,88,101). Sum of RGB (Red+Green+Blue) = 103+88+101=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #675865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675865 is #98A79A. Grayscale: #5D5D5D. Windows color (decimal): -10004379 or 6641767. OLE color: 6641767.
HSL color Cylindrical-coordinate representation of color #675865: hue angle of 308º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #675865 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 101 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.60 |
| HSL | 308º | 0.08% | 0.37% | - |
| HSV(B) | 308º | 0.15% | 0.4% | - |
| XYZ | 11.43 | 10.8 | 13.79 | - |
| YUV | 93.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 101 | 0 | 0.15 | 0.02 | 0.60 | 308 | 0.08 | 0.37 |
| Hex | 67 | 58 | 65 | 0 | F | 2 | 3C | 134 | 8 | 25 |
| Octal | 147 | 130 | 145 | 0 | 17 | 2 | 74 | 464 | 10 | 45 |
| Binary | 1100111 | 1011000 | 1100101 | 0 | 1111 | 10 | 111100 | 100110100 | 1000 | 100101 |
Color Harmonies of #675865
Complementary color
Monochromatic Colors of #675865
Black with #675865
Text Example
Text Example
White with #675865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675865; }
p { color: rgb(103,88,101); }
H1.HeaderClassName
{
color: #675865;
}
.AnyTagClassName
{
color: #675865;
}
</style>
background-color css
<style>
a { background-color: #675865; }
a { background-color: rgb(103,88,101); }
div.DivClassName
{
background-color: #675865;
}
.BgClassName
{
background-color: #675865;
}
</style>
border-color css
<style>
span { border-color: #675865; }
span { border-color: rgb(103,88,101); }
td.TdClassName
{
border-color: #675865;
}
.TagClassName
{
border-color: #675865;
}
</style>