Shades of Salt Box #655363
Tints of Salt Box #655363
RGB
CMYK
RGB Variations
Color information
#655363 (or 0x655363) is known color: Salt Box. HEX triplet: 65, 53 and 63. RGB value is (101,83,99). Sum of RGB (Red+Green+Blue) = 101+83+99=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655363 is #9AAC9C. Grayscale: #5A5A5A. Windows color (decimal): -10136733 or 6509413. OLE color: 6509413.
HSL color Cylindrical-coordinate representation of color #655363: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655363 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 99 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.60 |
| HSL | 306.67º | 0.1% | 0.36% | - |
| HSV(B) | 306.67º | 0.18% | 0.4% | - |
| XYZ | 10.71 | 9.85 | 13.14 | - |
| YUV | 90.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 99 | 0 | 0.18 | 0.02 | 0.60 | 306.67 | 0.1 | 0.36 |
| Hex | 65 | 53 | 63 | 0 | 12 | 2 | 3C | 133 | A | 24 |
| Octal | 145 | 123 | 143 | 0 | 22 | 2 | 74 | 463 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1100011 | 0 | 10010 | 10 | 111100 | 100110011 | 1010 | 100100 |
Color Harmonies of #655363
Complementary color
Monochromatic Colors of #655363
Black with #655363
Text Example
Text Example
White with #655363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655363; }
p { color: rgb(101,83,99); }
H1.HeaderClassName
{
color: #655363;
}
.AnyTagClassName
{
color: #655363;
}
</style>
background-color css
<style>
a { background-color: #655363; }
a { background-color: rgb(101,83,99); }
div.DivClassName
{
background-color: #655363;
}
.BgClassName
{
background-color: #655363;
}
</style>
border-color css
<style>
span { border-color: #655363; }
span { border-color: rgb(101,83,99); }
td.TdClassName
{
border-color: #655363;
}
.TagClassName
{
border-color: #655363;
}
</style>