Shades of Salt Box #665063
Tints of Salt Box #665063
RGB
CMYK
RGB Variations
Color information
#665063 (or 0x665063) is known color: Salt Box. HEX triplet: 66, 50 and 63. RGB value is (102,80,99). Sum of RGB (Red+Green+Blue) = 102+80+99=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665063 is #99AF9C. Grayscale: #585858. Windows color (decimal): -10071965 or 6508646. OLE color: 6508646.
HSL color Cylindrical-coordinate representation of color #665063: hue angle of 308.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665063 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 99 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.6 |
| HSL | 308.18º | 0.12% | 0.36% | - |
| HSV(B) | 308.18º | 0.22% | 0.4% | - |
| XYZ | 10.6 | 9.46 | 13.07 | - |
| YUV | 88.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 99 | 0 | 0.22 | 0.03 | 0.6 | 308.18 | 0.12 | 0.36 |
| Hex | 66 | 50 | 63 | 0 | 16 | 3 | 3C | 134 | C | 24 |
| Octal | 146 | 120 | 143 | 0 | 26 | 3 | 74 | 464 | 14 | 44 |
| Binary | 1100110 | 1010000 | 1100011 | 0 | 10110 | 11 | 111100 | 100110100 | 1100 | 100100 |
Color Harmonies of #665063
Complementary color
Monochromatic Colors of #665063
Black with #665063
Text Example
Text Example
White with #665063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665063; }
p { color: rgb(102,80,99); }
H1.HeaderClassName
{
color: #665063;
}
.AnyTagClassName
{
color: #665063;
}
</style>
background-color css
<style>
a { background-color: #665063; }
a { background-color: rgb(102,80,99); }
div.DivClassName
{
background-color: #665063;
}
.BgClassName
{
background-color: #665063;
}
</style>
border-color css
<style>
span { border-color: #665063; }
span { border-color: rgb(102,80,99); }
td.TdClassName
{
border-color: #665063;
}
.TagClassName
{
border-color: #665063;
}
</style>