Shades of Salt Box #625D61
Tints of Salt Box #625D61
RGB
CMYK
RGB Variations
Color information
#625D61 (or 0x625D61) is known color: Salt Box. HEX triplet: 62, 5D and 61. RGB value is (98,93,97). Sum of RGB (Red+Green+Blue) = 98+93+97=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 98 - color contains mainly: red. Hex color #625D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D61 is #9DA29E. Grayscale: #5E5E5E. Windows color (decimal): -10330783 or 6380898. OLE color: 6380898.
HSL color Cylindrical-coordinate representation of color #625D61: hue angle of 312º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #625D61 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 93 | 97 | - |
CMYK | 0 | 0.05 | 0.01 | 0.62 |
HSL | 312º | 0.03% | 0.37% | - |
HSV(B) | 312º | 0.05% | 0.38% | - |
XYZ | 11.11 | 11.29 | 12.9 | - |
YUV | 94.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 93 | 97 | 0 | 0.05 | 0.01 | 0.62 | 312 | 0.03 | 0.37 |
Hex | 62 | 5D | 61 | 0 | 5 | 1 | 3E | 138 | 3 | 25 |
Octal | 142 | 135 | 141 | 0 | 5 | 1 | 76 | 470 | 3 | 45 |
Binary | 1100010 | 1011101 | 1100001 | 0 | 101 | 1 | 111110 | 100111000 | 11 | 100101 |
Color Harmonies of #625D61
Complementary color
Monochromatic Colors of #625D61
Black with #625D61
Text Example
Text Example
White with #625D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D61; }
p { color: rgb(98,93,97); }
H1.HeaderClassName
{
color: #625D61;
}
.AnyTagClassName
{
color: #625D61;
}
</style>
background-color css
<style>
a { background-color: #625D61; }
a { background-color: rgb(98,93,97); }
div.DivClassName
{
background-color: #625D61;
}
.BgClassName
{
background-color: #625D61;
}
</style>
border-color css
<style>
span { border-color: #625D61; }
span { border-color: rgb(98,93,97); }
td.TdClassName
{
border-color: #625D61;
}
.TagClassName
{
border-color: #625D61;
}
</style>