Shades of Salt Box #674C62
Tints of Salt Box #674C62
RGB
CMYK
RGB Variations
Color information
#674C62 (or 0x674C62) is known color: Salt Box. HEX triplet: 67, 4C and 62. RGB value is (103,76,98). Sum of RGB (Red+Green+Blue) = 103+76+98=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #674C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C62 is #98B39D. Grayscale: #565656. Windows color (decimal): -10007454 or 6442087. OLE color: 6442087.
HSL color Cylindrical-coordinate representation of color #674C62: hue angle of 311.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #674C62 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 98 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.60 |
| HSL | 311.11º | 0.15% | 0.35% | - |
| HSV(B) | 311.11º | 0.26% | 0.4% | - |
| XYZ | 10.38 | 8.93 | 12.73 | - |
| YUV | 86.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 98 | 0 | 0.26 | 0.05 | 0.60 | 311.11 | 0.15 | 0.35 |
| Hex | 67 | 4C | 62 | 0 | 1A | 5 | 3C | 137 | F | 23 |
| Octal | 147 | 114 | 142 | 0 | 32 | 5 | 74 | 467 | 17 | 43 |
| Binary | 1100111 | 1001100 | 1100010 | 0 | 11010 | 101 | 111100 | 100110111 | 1111 | 100011 |
Color Harmonies of #674C62
Complementary color
Monochromatic Colors of #674C62
Black with #674C62
Text Example
Text Example
White with #674C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C62; }
p { color: rgb(103,76,98); }
H1.HeaderClassName
{
color: #674C62;
}
.AnyTagClassName
{
color: #674C62;
}
</style>
background-color css
<style>
a { background-color: #674C62; }
a { background-color: rgb(103,76,98); }
div.DivClassName
{
background-color: #674C62;
}
.BgClassName
{
background-color: #674C62;
}
</style>
border-color css
<style>
span { border-color: #674C62; }
span { border-color: rgb(103,76,98); }
td.TdClassName
{
border-color: #674C62;
}
.TagClassName
{
border-color: #674C62;
}
</style>