Shades of Salt Box #655261
Tints of Salt Box #655261
RGB
CMYK
RGB Variations
Color information
#655261 (or 0x655261) is known color: Salt Box. HEX triplet: 65, 52 and 61. RGB value is (101,82,97). Sum of RGB (Red+Green+Blue) = 101+82+97=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655261 is #9AAD9E. Grayscale: #595959. Windows color (decimal): -10136991 or 6378085. OLE color: 6378085.
HSL color Cylindrical-coordinate representation of color #655261: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655261 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 97 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.60 |
| HSL | 312.63º | 0.1% | 0.36% | - |
| HSV(B) | 312.63º | 0.19% | 0.4% | - |
| XYZ | 10.54 | 9.66 | 12.62 | - |
| YUV | 89.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 97 | 0 | 0.19 | 0.04 | 0.60 | 312.63 | 0.1 | 0.36 |
| Hex | 65 | 52 | 61 | 0 | 13 | 4 | 3C | 139 | A | 24 |
| Octal | 145 | 122 | 141 | 0 | 23 | 4 | 74 | 471 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1100001 | 0 | 10011 | 100 | 111100 | 100111001 | 1010 | 100100 |
Color Harmonies of #655261
Complementary color
Monochromatic Colors of #655261
Black with #655261
Text Example
Text Example
White with #655261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655261; }
p { color: rgb(101,82,97); }
H1.HeaderClassName
{
color: #655261;
}
.AnyTagClassName
{
color: #655261;
}
</style>
background-color css
<style>
a { background-color: #655261; }
a { background-color: rgb(101,82,97); }
div.DivClassName
{
background-color: #655261;
}
.BgClassName
{
background-color: #655261;
}
</style>
border-color css
<style>
span { border-color: #655261; }
span { border-color: rgb(101,82,97); }
td.TdClassName
{
border-color: #655261;
}
.TagClassName
{
border-color: #655261;
}
</style>