Shades of Salt Box #674E64
Tints of Salt Box #674E64
RGB
CMYK
RGB Variations
Color information
#674E64 (or 0x674E64) is known color: Salt Box. HEX triplet: 67, 4E and 64. RGB value is (103,78,100). Sum of RGB (Red+Green+Blue) = 103+78+100=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #674E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E64 is #98B19B. Grayscale: #575757. Windows color (decimal): -10006940 or 6573671. OLE color: 6573671.
HSL color Cylindrical-coordinate representation of color #674E64: hue angle of 307.2º 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 #674E64 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 100 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.60 |
| HSL | 307.2º | 0.14% | 0.35% | - |
| HSV(B) | 307.2º | 0.24% | 0.4% | - |
| XYZ | 10.62 | 9.25 | 13.28 | - |
| YUV | 87.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 100 | 0 | 0.24 | 0.03 | 0.60 | 307.2 | 0.14 | 0.35 |
| Hex | 67 | 4E | 64 | 0 | 18 | 3 | 3C | 133 | E | 23 |
| Octal | 147 | 116 | 144 | 0 | 30 | 3 | 74 | 463 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1100100 | 0 | 11000 | 11 | 111100 | 100110011 | 1110 | 100011 |
Color Harmonies of #674E64
Complementary color
Monochromatic Colors of #674E64
Black with #674E64
Text Example
Text Example
White with #674E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E64; }
p { color: rgb(103,78,100); }
H1.HeaderClassName
{
color: #674E64;
}
.AnyTagClassName
{
color: #674E64;
}
</style>
background-color css
<style>
a { background-color: #674E64; }
a { background-color: rgb(103,78,100); }
div.DivClassName
{
background-color: #674E64;
}
.BgClassName
{
background-color: #674E64;
}
</style>
border-color css
<style>
span { border-color: #674E64; }
span { border-color: rgb(103,78,100); }
td.TdClassName
{
border-color: #674E64;
}
.TagClassName
{
border-color: #674E64;
}
</style>