Shades of Salt Box #65525F
Tints of Salt Box #65525F
RGB
CMYK
RGB Variations
Color information
#65525F (or 0x65525F) is known color: Salt Box. HEX triplet: 65, 52 and 5F. RGB value is (101,82,95). Sum of RGB (Red+Green+Blue) = 101+82+95=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #65525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65525F is #9AADA0. Grayscale: #595959. Windows color (decimal): -10136993 or 6247013. OLE color: 6247013.
HSL color Cylindrical-coordinate representation of color #65525F: hue angle of 318.95º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65525F is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 95 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.60 |
| HSL | 318.95º | 0.1% | 0.36% | - |
| HSV(B) | 318.95º | 0.19% | 0.4% | - |
| XYZ | 10.45 | 9.63 | 12.13 | - |
| YUV | 89.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 95 | 0 | 0.19 | 0.06 | 0.60 | 318.95 | 0.1 | 0.36 |
| Hex | 65 | 52 | 5F | 0 | 13 | 6 | 3C | 13F | A | 24 |
| Octal | 145 | 122 | 137 | 0 | 23 | 6 | 74 | 477 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1011111 | 0 | 10011 | 110 | 111100 | 100111111 | 1010 | 100100 |
Color Harmonies of #65525F
Complementary color
Monochromatic Colors of #65525F
Black with #65525F
Text Example
Text Example
White with #65525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65525F; }
p { color: rgb(101,82,95); }
H1.HeaderClassName
{
color: #65525F;
}
.AnyTagClassName
{
color: #65525F;
}
</style>
background-color css
<style>
a { background-color: #65525F; }
a { background-color: rgb(101,82,95); }
div.DivClassName
{
background-color: #65525F;
}
.BgClassName
{
background-color: #65525F;
}
</style>
border-color css
<style>
span { border-color: #65525F; }
span { border-color: rgb(101,82,95); }
td.TdClassName
{
border-color: #65525F;
}
.TagClassName
{
border-color: #65525F;
}
</style>