Shades of Salt Box #674E61
Tints of Salt Box #674E61
RGB
CMYK
RGB Variations
Color information
#674E61 (or 0x674E61) is known color: Salt Box. HEX triplet: 67, 4E and 61. RGB value is (103,78,97). Sum of RGB (Red+Green+Blue) = 103+78+97=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #674E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E61 is #98B19E. Grayscale: #575757. Windows color (decimal): -10006943 or 6377063. OLE color: 6377063.
HSL color Cylindrical-coordinate representation of color #674E61: hue angle of 314.4º 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 #674E61 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 97 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.60 |
| HSL | 314.4º | 0.14% | 0.35% | - |
| HSV(B) | 314.4º | 0.24% | 0.4% | - |
| XYZ | 10.48 | 9.2 | 12.53 | - |
| YUV | 87.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 97 | 0 | 0.24 | 0.06 | 0.60 | 314.4 | 0.14 | 0.35 |
| Hex | 67 | 4E | 61 | 0 | 18 | 6 | 3C | 13A | E | 23 |
| Octal | 147 | 116 | 141 | 0 | 30 | 6 | 74 | 472 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1100001 | 0 | 11000 | 110 | 111100 | 100111010 | 1110 | 100011 |
Color Harmonies of #674E61
Complementary color
Monochromatic Colors of #674E61
Black with #674E61
Text Example
Text Example
White with #674E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E61; }
p { color: rgb(103,78,97); }
H1.HeaderClassName
{
color: #674E61;
}
.AnyTagClassName
{
color: #674E61;
}
</style>
background-color css
<style>
a { background-color: #674E61; }
a { background-color: rgb(103,78,97); }
div.DivClassName
{
background-color: #674E61;
}
.BgClassName
{
background-color: #674E61;
}
</style>
border-color css
<style>
span { border-color: #674E61; }
span { border-color: rgb(103,78,97); }
td.TdClassName
{
border-color: #674E61;
}
.TagClassName
{
border-color: #674E61;
}
</style>