Shades of Salt Box #674E60
Tints of Salt Box #674E60
RGB
CMYK
RGB Variations
Color information
#674E60 (or 0x674E60) is known color: Salt Box. HEX triplet: 67, 4E and 60. RGB value is (103,78,96). Sum of RGB (Red+Green+Blue) = 103+78+96=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #674E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E60 is #98B19F. Grayscale: #575757. Windows color (decimal): -10006944 or 6311527. OLE color: 6311527.
HSL color Cylindrical-coordinate representation of color #674E60: hue angle of 316.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #674E60 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 96 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.60 |
| HSL | 316.8º | 0.14% | 0.35% | - |
| HSV(B) | 316.8º | 0.24% | 0.4% | - |
| XYZ | 10.43 | 9.18 | 12.29 | - |
| YUV | 87.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 96 | 0 | 0.24 | 0.07 | 0.60 | 316.8 | 0.14 | 0.35 |
| Hex | 67 | 4E | 60 | 0 | 18 | 7 | 3C | 13D | E | 23 |
| Octal | 147 | 116 | 140 | 0 | 30 | 7 | 74 | 475 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1100000 | 0 | 11000 | 111 | 111100 | 100111101 | 1110 | 100011 |
Color Harmonies of #674E60
Complementary color
Monochromatic Colors of #674E60
Black with #674E60
Text Example
Text Example
White with #674E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E60; }
p { color: rgb(103,78,96); }
H1.HeaderClassName
{
color: #674E60;
}
.AnyTagClassName
{
color: #674E60;
}
</style>
background-color css
<style>
a { background-color: #674E60; }
a { background-color: rgb(103,78,96); }
div.DivClassName
{
background-color: #674E60;
}
.BgClassName
{
background-color: #674E60;
}
</style>
border-color css
<style>
span { border-color: #674E60; }
span { border-color: rgb(103,78,96); }
td.TdClassName
{
border-color: #674E60;
}
.TagClassName
{
border-color: #674E60;
}
</style>