Shades of Salt Box #674D61
Tints of Salt Box #674D61
RGB
CMYK
RGB Variations
Color information
#674D61 (or 0x674D61) is known color: Salt Box. HEX triplet: 67, 4D and 61. RGB value is (103,77,97). Sum of RGB (Red+Green+Blue) = 103+77+97=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #674D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D61 is #98B29E. Grayscale: #575757. Windows color (decimal): -10007199 or 6376807. OLE color: 6376807.
HSL color Cylindrical-coordinate representation of color #674D61: hue angle of 313.85º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #674D61 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 97 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.60 |
| HSL | 313.85º | 0.14% | 0.35% | - |
| HSV(B) | 313.85º | 0.25% | 0.4% | - |
| XYZ | 10.41 | 9.05 | 12.51 | - |
| YUV | 87.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 97 | 0 | 0.25 | 0.06 | 0.60 | 313.85 | 0.14 | 0.35 |
| Hex | 67 | 4D | 61 | 0 | 19 | 6 | 3C | 13A | E | 23 |
| Octal | 147 | 115 | 141 | 0 | 31 | 6 | 74 | 472 | 16 | 43 |
| Binary | 1100111 | 1001101 | 1100001 | 0 | 11001 | 110 | 111100 | 100111010 | 1110 | 100011 |
Color Harmonies of #674D61
Complementary color
Monochromatic Colors of #674D61
Black with #674D61
Text Example
Text Example
White with #674D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D61; }
p { color: rgb(103,77,97); }
H1.HeaderClassName
{
color: #674D61;
}
.AnyTagClassName
{
color: #674D61;
}
</style>
background-color css
<style>
a { background-color: #674D61; }
a { background-color: rgb(103,77,97); }
div.DivClassName
{
background-color: #674D61;
}
.BgClassName
{
background-color: #674D61;
}
</style>
border-color css
<style>
span { border-color: #674D61; }
span { border-color: rgb(103,77,97); }
td.TdClassName
{
border-color: #674D61;
}
.TagClassName
{
border-color: #674D61;
}
</style>