Shades of Salt Box #665163
Tints of Salt Box #665163
RGB
CMYK
RGB Variations
Color information
#665163 (or 0x665163) is known color: Salt Box. HEX triplet: 66, 51 and 63. RGB value is (102,81,99). Sum of RGB (Red+Green+Blue) = 102+81+99=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665163 is #99AE9C. Grayscale: #595959. Windows color (decimal): -10071709 or 6508902. OLE color: 6508902.
HSL color Cylindrical-coordinate representation of color #665163: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665163 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 99 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.6 |
| HSL | 308.57º | 0.11% | 0.36% | - |
| HSV(B) | 308.57º | 0.21% | 0.4% | - |
| XYZ | 10.67 | 9.61 | 13.1 | - |
| YUV | 89.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 99 | 0 | 0.21 | 0.03 | 0.6 | 308.57 | 0.11 | 0.36 |
| Hex | 66 | 51 | 63 | 0 | 15 | 3 | 3C | 135 | B | 24 |
| Octal | 146 | 121 | 143 | 0 | 25 | 3 | 74 | 465 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1100011 | 0 | 10101 | 11 | 111100 | 100110101 | 1011 | 100100 |
Color Harmonies of #665163
Complementary color
Monochromatic Colors of #665163
Black with #665163
Text Example
Text Example
White with #665163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665163; }
p { color: rgb(102,81,99); }
H1.HeaderClassName
{
color: #665163;
}
.AnyTagClassName
{
color: #665163;
}
</style>
background-color css
<style>
a { background-color: #665163; }
a { background-color: rgb(102,81,99); }
div.DivClassName
{
background-color: #665163;
}
.BgClassName
{
background-color: #665163;
}
</style>
border-color css
<style>
span { border-color: #665163; }
span { border-color: rgb(102,81,99); }
td.TdClassName
{
border-color: #665163;
}
.TagClassName
{
border-color: #665163;
}
</style>