Shades of Salt Box #656465
Tints of Salt Box #656465
RGB
CMYK
RGB Variations
Color information
#656465 (or 0x656465) is known color: Salt Box. HEX triplet: 65, 64 and 65. RGB value is (101,100,101). Sum of RGB (Red+Green+Blue) = 101+100+101=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #656465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656465 is #9A9B9A. Grayscale: #646464. Windows color (decimal): -10132379 or 6644837. OLE color: 6644837.
HSL color Cylindrical-coordinate representation of color #656465: hue angle of 300º degrees, saturation: 0, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #656465 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 101 | - |
| CMYK | 0 | 0.01 | 0 | 0.60 |
| HSL | 300º | 0% | 0.39% | - |
| HSV(B) | 300º | 0.01% | 0.4% | - |
| XYZ | 12.27 | 12.82 | 14.14 | - |
| YUV | 100.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 101 | 0 | 0.01 | 0 | 0.60 | 300 | 0 | 0.39 |
| Hex | 65 | 64 | 65 | 0 | 1 | 0 | 3C | 12C | 0 | 27 |
| Octal | 145 | 144 | 145 | 0 | 1 | 0 | 74 | 454 | 0 | 47 |
| Binary | 1100101 | 1100100 | 1100101 | 0 | 1 | 0 | 111100 | 100101100 | 0 | 100111 |
Color Harmonies of #656465
Complementary color
Monochromatic Colors of #656465
Black with #656465
Text Example
Text Example
White with #656465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656465; }
p { color: rgb(101,100,101); }
H1.HeaderClassName
{
color: #656465;
}
.AnyTagClassName
{
color: #656465;
}
</style>
background-color css
<style>
a { background-color: #656465; }
a { background-color: rgb(101,100,101); }
div.DivClassName
{
background-color: #656465;
}
.BgClassName
{
background-color: #656465;
}
</style>
border-color css
<style>
span { border-color: #656465; }
span { border-color: rgb(101,100,101); }
td.TdClassName
{
border-color: #656465;
}
.TagClassName
{
border-color: #656465;
}
</style>