Shades of Salt Box #674A60
Tints of Salt Box #674A60
RGB
CMYK
RGB Variations
Color information
#674A60 (or 0x674A60) is known color: Salt Box. HEX triplet: 67, 4A and 60. RGB value is (103,74,96). Sum of RGB (Red+Green+Blue) = 103+74+96=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #674A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A60 is #98B59F. Grayscale: #555555. Windows color (decimal): -10007968 or 6310503. OLE color: 6310503.
HSL color Cylindrical-coordinate representation of color #674A60: hue angle of 314.48º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A60 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 96 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.60 |
| HSL | 314.48º | 0.16% | 0.35% | - |
| HSV(B) | 314.48º | 0.28% | 0.4% | - |
| XYZ | 10.15 | 8.63 | 12.2 | - |
| YUV | 85.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 96 | 0 | 0.28 | 0.07 | 0.60 | 314.48 | 0.16 | 0.35 |
| Hex | 67 | 4A | 60 | 0 | 1C | 7 | 3C | 13A | 10 | 23 |
| Octal | 147 | 112 | 140 | 0 | 34 | 7 | 74 | 472 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1100000 | 0 | 11100 | 111 | 111100 | 100111010 | 10000 | 100011 |
Color Harmonies of #674A60
Complementary color
Monochromatic Colors of #674A60
Black with #674A60
Text Example
Text Example
White with #674A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A60; }
p { color: rgb(103,74,96); }
H1.HeaderClassName
{
color: #674A60;
}
.AnyTagClassName
{
color: #674A60;
}
</style>
background-color css
<style>
a { background-color: #674A60; }
a { background-color: rgb(103,74,96); }
div.DivClassName
{
background-color: #674A60;
}
.BgClassName
{
background-color: #674A60;
}
</style>
border-color css
<style>
span { border-color: #674A60; }
span { border-color: rgb(103,74,96); }
td.TdClassName
{
border-color: #674A60;
}
.TagClassName
{
border-color: #674A60;
}
</style>