Shades of Salt Box #654F5E
Tints of Salt Box #654F5E
RGB
CMYK
RGB Variations
Color information
#654F5E (or 0x654F5E) is known color: Salt Box. HEX triplet: 65, 4F and 5E. RGB value is (101,79,94). Sum of RGB (Red+Green+Blue) = 101+79+94=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #654F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F5E is #9AB0A1. Grayscale: #575757. Windows color (decimal): -10137762 or 6180709. OLE color: 6180709.
HSL color Cylindrical-coordinate representation of color #654F5E: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #654F5E is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 94 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.60 |
| HSL | 319.09º | 0.12% | 0.35% | - |
| HSV(B) | 319.09º | 0.22% | 0.4% | - |
| XYZ | 10.18 | 9.17 | 11.82 | - |
| YUV | 87.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 94 | 0 | 0.22 | 0.07 | 0.60 | 319.09 | 0.12 | 0.35 |
| Hex | 65 | 4F | 5E | 0 | 16 | 7 | 3C | 13F | C | 23 |
| Octal | 145 | 117 | 136 | 0 | 26 | 7 | 74 | 477 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1011110 | 0 | 10110 | 111 | 111100 | 100111111 | 1100 | 100011 |
Color Harmonies of #654F5E
Complementary color
Monochromatic Colors of #654F5E
Black with #654F5E
Text Example
Text Example
White with #654F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F5E; }
p { color: rgb(101,79,94); }
H1.HeaderClassName
{
color: #654F5E;
}
.AnyTagClassName
{
color: #654F5E;
}
</style>
background-color css
<style>
a { background-color: #654F5E; }
a { background-color: rgb(101,79,94); }
div.DivClassName
{
background-color: #654F5E;
}
.BgClassName
{
background-color: #654F5E;
}
</style>
border-color css
<style>
span { border-color: #654F5E; }
span { border-color: rgb(101,79,94); }
td.TdClassName
{
border-color: #654F5E;
}
.TagClassName
{
border-color: #654F5E;
}
</style>