Shades of Salt Box #676267
Tints of Salt Box #676267
RGB
CMYK
RGB Variations
Color information
#676267 (or 0x676267) is known color: Salt Box. HEX triplet: 67, 62 and 67. RGB value is (103,98,103). Sum of RGB (Red+Green+Blue) = 103+98+103=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #676267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676267 is #989D98. Grayscale: #646464. Windows color (decimal): -10001817 or 6775399. OLE color: 6775399.
HSL color Cylindrical-coordinate representation of color #676267: hue angle of 300º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676267 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 103 | - |
| CMYK | 0 | 0.05 | 0 | 0.60 |
| HSL | 300º | 0.02% | 0.39% | - |
| HSV(B) | 300º | 0.05% | 0.4% | - |
| XYZ | 12.41 | 12.6 | 14.61 | - |
| YUV | 100.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 103 | 0 | 0.05 | 0 | 0.60 | 300 | 0.02 | 0.39 |
| Hex | 67 | 62 | 67 | 0 | 5 | 0 | 3C | 12C | 2 | 27 |
| Octal | 147 | 142 | 147 | 0 | 5 | 0 | 74 | 454 | 2 | 47 |
| Binary | 1100111 | 1100010 | 1100111 | 0 | 101 | 0 | 111100 | 100101100 | 10 | 100111 |
Color Harmonies of #676267
Complementary color
Monochromatic Colors of #676267
Black with #676267
Text Example
Text Example
White with #676267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676267; }
p { color: rgb(103,98,103); }
H1.HeaderClassName
{
color: #676267;
}
.AnyTagClassName
{
color: #676267;
}
</style>
background-color css
<style>
a { background-color: #676267; }
a { background-color: rgb(103,98,103); }
div.DivClassName
{
background-color: #676267;
}
.BgClassName
{
background-color: #676267;
}
</style>
border-color css
<style>
span { border-color: #676267; }
span { border-color: rgb(103,98,103); }
td.TdClassName
{
border-color: #676267;
}
.TagClassName
{
border-color: #676267;
}
</style>