Shades of Salt Box #655E64
Tints of Salt Box #655E64
RGB
CMYK
RGB Variations
Color information
#655E64 (or 0x655E64) is known color: Salt Box. HEX triplet: 65, 5E and 64. RGB value is (101,94,100). Sum of RGB (Red+Green+Blue) = 101+94+100=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 101 - color contains mainly: red. Hex color #655E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E64 is #9AA19B. Grayscale: #606060. Windows color (decimal): -10133916 or 6577765. OLE color: 6577765.
HSL color Cylindrical-coordinate representation of color #655E64: hue angle of 308.57º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #655E64 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 100 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.60 |
| HSL | 308.57º | 0.04% | 0.38% | - |
| HSV(B) | 308.57º | 0.07% | 0.4% | - |
| XYZ | 11.67 | 11.69 | 13.7 | - |
| YUV | 96.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 100 | 0 | 0.07 | 0.01 | 0.60 | 308.57 | 0.04 | 0.38 |
| Hex | 65 | 5E | 64 | 0 | 7 | 1 | 3C | 135 | 4 | 26 |
| Octal | 145 | 136 | 144 | 0 | 7 | 1 | 74 | 465 | 4 | 46 |
| Binary | 1100101 | 1011110 | 1100100 | 0 | 111 | 1 | 111100 | 100110101 | 100 | 100110 |
Color Harmonies of #655E64
Complementary color
Monochromatic Colors of #655E64
Black with #655E64
Text Example
Text Example
White with #655E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E64; }
p { color: rgb(101,94,100); }
H1.HeaderClassName
{
color: #655E64;
}
.AnyTagClassName
{
color: #655E64;
}
</style>
background-color css
<style>
a { background-color: #655E64; }
a { background-color: rgb(101,94,100); }
div.DivClassName
{
background-color: #655E64;
}
.BgClassName
{
background-color: #655E64;
}
</style>
border-color css
<style>
span { border-color: #655E64; }
span { border-color: rgb(101,94,100); }
td.TdClassName
{
border-color: #655E64;
}
.TagClassName
{
border-color: #655E64;
}
</style>