Shades of Salt Box #665262
Tints of Salt Box #665262
RGB
CMYK
RGB Variations
Color information
#665262 (or 0x665262) is known color: Salt Box. HEX triplet: 66, 52 and 62. RGB value is (102,82,98). Sum of RGB (Red+Green+Blue) = 102+82+98=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665262 is #99AD9D. Grayscale: #595959. Windows color (decimal): -10071454 or 6443622. OLE color: 6443622.
HSL color Cylindrical-coordinate representation of color #665262: hue angle of 312º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665262 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 98 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.6 |
| HSL | 312º | 0.11% | 0.36% | - |
| HSV(B) | 312º | 0.2% | 0.4% | - |
| XYZ | 10.7 | 9.74 | 12.87 | - |
| YUV | 89.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 98 | 0 | 0.20 | 0.04 | 0.6 | 312 | 0.11 | 0.36 |
| Hex | 66 | 52 | 62 | 0 | 14 | 4 | 3C | 138 | B | 24 |
| Octal | 146 | 122 | 142 | 0 | 24 | 4 | 74 | 470 | 13 | 44 |
| Binary | 1100110 | 1010010 | 1100010 | 0 | 10100 | 100 | 111100 | 100111000 | 1011 | 100100 |
Color Harmonies of #665262
Complementary color
Monochromatic Colors of #665262
Black with #665262
Text Example
Text Example
White with #665262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665262; }
p { color: rgb(102,82,98); }
H1.HeaderClassName
{
color: #665262;
}
.AnyTagClassName
{
color: #665262;
}
</style>
background-color css
<style>
a { background-color: #665262; }
a { background-color: rgb(102,82,98); }
div.DivClassName
{
background-color: #665262;
}
.BgClassName
{
background-color: #665262;
}
</style>
border-color css
<style>
span { border-color: #665262; }
span { border-color: rgb(102,82,98); }
td.TdClassName
{
border-color: #665262;
}
.TagClassName
{
border-color: #665262;
}
</style>