Shades of Salt Box #674F63
Tints of Salt Box #674F63
RGB
CMYK
RGB Variations
Color information
#674F63 (or 0x674F63) is known color: Salt Box. HEX triplet: 67, 4F and 63. RGB value is (103,79,99). Sum of RGB (Red+Green+Blue) = 103+79+99=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #674F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F63 is #98B09C. Grayscale: #585858. Windows color (decimal): -10006685 or 6508391. OLE color: 6508391.
HSL color Cylindrical-coordinate representation of color #674F63: hue angle of 310º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #674F63 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 99 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.60 |
| HSL | 310º | 0.13% | 0.36% | - |
| HSV(B) | 310º | 0.23% | 0.4% | - |
| XYZ | 10.64 | 9.38 | 13.05 | - |
| YUV | 88.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 99 | 0 | 0.23 | 0.04 | 0.60 | 310 | 0.13 | 0.36 |
| Hex | 67 | 4F | 63 | 0 | 17 | 4 | 3C | 136 | D | 24 |
| Octal | 147 | 117 | 143 | 0 | 27 | 4 | 74 | 466 | 15 | 44 |
| Binary | 1100111 | 1001111 | 1100011 | 0 | 10111 | 100 | 111100 | 100110110 | 1101 | 100100 |
Color Harmonies of #674F63
Complementary color
Monochromatic Colors of #674F63
Black with #674F63
Text Example
Text Example
White with #674F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F63; }
p { color: rgb(103,79,99); }
H1.HeaderClassName
{
color: #674F63;
}
.AnyTagClassName
{
color: #674F63;
}
</style>
background-color css
<style>
a { background-color: #674F63; }
a { background-color: rgb(103,79,99); }
div.DivClassName
{
background-color: #674F63;
}
.BgClassName
{
background-color: #674F63;
}
</style>
border-color css
<style>
span { border-color: #674F63; }
span { border-color: rgb(103,79,99); }
td.TdClassName
{
border-color: #674F63;
}
.TagClassName
{
border-color: #674F63;
}
</style>