Shades of Salt Box #675162
Tints of Salt Box #675162
RGB
CMYK
RGB Variations
Color information
#675162 (or 0x675162) is known color: Salt Box. HEX triplet: 67, 51 and 62. RGB value is (103,81,98). Sum of RGB (Red+Green+Blue) = 103+81+98=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #675162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675162 is #98AE9D. Grayscale: #595959. Windows color (decimal): -10006174 or 6443367. OLE color: 6443367.
HSL color Cylindrical-coordinate representation of color #675162: hue angle of 313.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675162 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 98 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.60 |
| HSL | 313.64º | 0.12% | 0.36% | - |
| HSV(B) | 313.64º | 0.21% | 0.4% | - |
| XYZ | 10.74 | 9.65 | 12.85 | - |
| YUV | 89.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 98 | 0 | 0.21 | 0.05 | 0.60 | 313.64 | 0.12 | 0.36 |
| Hex | 67 | 51 | 62 | 0 | 15 | 5 | 3C | 13A | C | 24 |
| Octal | 147 | 121 | 142 | 0 | 25 | 5 | 74 | 472 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1100010 | 0 | 10101 | 101 | 111100 | 100111010 | 1100 | 100100 |
Color Harmonies of #675162
Complementary color
Monochromatic Colors of #675162
Black with #675162
Text Example
Text Example
White with #675162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675162; }
p { color: rgb(103,81,98); }
H1.HeaderClassName
{
color: #675162;
}
.AnyTagClassName
{
color: #675162;
}
</style>
background-color css
<style>
a { background-color: #675162; }
a { background-color: rgb(103,81,98); }
div.DivClassName
{
background-color: #675162;
}
.BgClassName
{
background-color: #675162;
}
</style>
border-color css
<style>
span { border-color: #675162; }
span { border-color: rgb(103,81,98); }
td.TdClassName
{
border-color: #675162;
}
.TagClassName
{
border-color: #675162;
}
</style>