Shades of Salt Box #655663
Tints of Salt Box #655663
RGB
CMYK
RGB Variations
Color information
#655663 (or 0x655663) is known color: Salt Box. HEX triplet: 65, 56 and 63. RGB value is (101,86,99). Sum of RGB (Red+Green+Blue) = 101+86+99=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 101 - color contains mainly: red. Hex color #655663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655663 is #9AA99C. Grayscale: #5B5B5B. Windows color (decimal): -10135965 or 6510181. OLE color: 6510181.
HSL color Cylindrical-coordinate representation of color #655663: hue angle of 308º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655663 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 99 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.60 |
| HSL | 308º | 0.08% | 0.37% | - |
| HSV(B) | 308º | 0.15% | 0.4% | - |
| XYZ | 10.95 | 10.32 | 13.22 | - |
| YUV | 91.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 99 | 0 | 0.15 | 0.02 | 0.60 | 308 | 0.08 | 0.37 |
| Hex | 65 | 56 | 63 | 0 | F | 2 | 3C | 134 | 8 | 25 |
| Octal | 145 | 126 | 143 | 0 | 17 | 2 | 74 | 464 | 10 | 45 |
| Binary | 1100101 | 1010110 | 1100011 | 0 | 1111 | 10 | 111100 | 100110100 | 1000 | 100101 |
Color Harmonies of #655663
Complementary color
Monochromatic Colors of #655663
Black with #655663
Text Example
Text Example
White with #655663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655663; }
p { color: rgb(101,86,99); }
H1.HeaderClassName
{
color: #655663;
}
.AnyTagClassName
{
color: #655663;
}
</style>
background-color css
<style>
a { background-color: #655663; }
a { background-color: rgb(101,86,99); }
div.DivClassName
{
background-color: #655663;
}
.BgClassName
{
background-color: #655663;
}
</style>
border-color css
<style>
span { border-color: #655663; }
span { border-color: rgb(101,86,99); }
td.TdClassName
{
border-color: #655663;
}
.TagClassName
{
border-color: #655663;
}
</style>