Shades of Salt Box #655A64
Tints of Salt Box #655A64
RGB
CMYK
RGB Variations
Color information
#655A64 (or 0x655A64) is known color: Salt Box. HEX triplet: 65, 5A and 64. RGB value is (101,90,100). Sum of RGB (Red+Green+Blue) = 101+90+100=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 101 - color contains mainly: red. Hex color #655A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A64 is #9AA59B. Grayscale: #5E5E5E. Windows color (decimal): -10134940 or 6576741. OLE color: 6576741.
HSL color Cylindrical-coordinate representation of color #655A64: hue angle of 305.45º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655A64 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 100 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.60 |
| HSL | 305.45º | 0.06% | 0.37% | - |
| HSV(B) | 305.45º | 0.11% | 0.4% | - |
| XYZ | 11.32 | 11 | 13.58 | - |
| YUV | 94.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 100 | 0 | 0.11 | 0.01 | 0.60 | 305.45 | 0.06 | 0.37 |
| Hex | 65 | 5A | 64 | 0 | B | 1 | 3C | 131 | 6 | 25 |
| Octal | 145 | 132 | 144 | 0 | 13 | 1 | 74 | 461 | 6 | 45 |
| Binary | 1100101 | 1011010 | 1100100 | 0 | 1011 | 1 | 111100 | 100110001 | 110 | 100101 |
Color Harmonies of #655A64
Complementary color
Monochromatic Colors of #655A64
Black with #655A64
Text Example
Text Example
White with #655A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A64; }
p { color: rgb(101,90,100); }
H1.HeaderClassName
{
color: #655A64;
}
.AnyTagClassName
{
color: #655A64;
}
</style>
background-color css
<style>
a { background-color: #655A64; }
a { background-color: rgb(101,90,100); }
div.DivClassName
{
background-color: #655A64;
}
.BgClassName
{
background-color: #655A64;
}
</style>
border-color css
<style>
span { border-color: #655A64; }
span { border-color: rgb(101,90,100); }
td.TdClassName
{
border-color: #655A64;
}
.TagClassName
{
border-color: #655A64;
}
</style>