Shades of Salt Box #676266
Tints of Salt Box #676266
RGB
CMYK
RGB Variations
Color information
#676266 (or 0x676266) is known color: Salt Box. HEX triplet: 67, 62 and 66. RGB value is (103,98,102). Sum of RGB (Red+Green+Blue) = 103+98+102=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 103 - color contains mainly: red. Hex color #676266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676266 is #989D99. Grayscale: #636363. Windows color (decimal): -10001818 or 6709863. OLE color: 6709863.
HSL color Cylindrical-coordinate representation of color #676266: hue angle of 312º 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 #676266 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 102 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.60 |
| HSL | 312º | 0.02% | 0.39% | - |
| HSV(B) | 312º | 0.05% | 0.4% | - |
| XYZ | 12.36 | 12.58 | 14.35 | - |
| YUV | 99.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 102 | 0 | 0.05 | 0.01 | 0.60 | 312 | 0.02 | 0.39 |
| Hex | 67 | 62 | 66 | 0 | 5 | 1 | 3C | 138 | 2 | 27 |
| Octal | 147 | 142 | 146 | 0 | 5 | 1 | 74 | 470 | 2 | 47 |
| Binary | 1100111 | 1100010 | 1100110 | 0 | 101 | 1 | 111100 | 100111000 | 10 | 100111 |
Color Harmonies of #676266
Complementary color
Monochromatic Colors of #676266
Black with #676266
Text Example
Text Example
White with #676266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676266; }
p { color: rgb(103,98,102); }
H1.HeaderClassName
{
color: #676266;
}
.AnyTagClassName
{
color: #676266;
}
</style>
background-color css
<style>
a { background-color: #676266; }
a { background-color: rgb(103,98,102); }
div.DivClassName
{
background-color: #676266;
}
.BgClassName
{
background-color: #676266;
}
</style>
border-color css
<style>
span { border-color: #676266; }
span { border-color: rgb(103,98,102); }
td.TdClassName
{
border-color: #676266;
}
.TagClassName
{
border-color: #676266;
}
</style>