Shades of Judge Grey #625849
Tints of Judge Grey #625849
RGB
CMYK
RGB Variations
Color information
#625849 (or 0x625849) is known color: Judge Grey. HEX triplet: 62, 58 and 49. RGB value is (98,88,73). Sum of RGB (Red+Green+Blue) = 98+88+73=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #625849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625849 is #9DA7B6. Grayscale: #595959. Windows color (decimal): -10332087 or 4806754. OLE color: 4806754.
HSL color Cylindrical-coordinate representation of color #625849: hue angle of 36º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625849 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 88 | 73 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.62 |
| HSL | 36º | 0.15% | 0.34% | - |
| HSV(B) | 36º | 0.26% | 0.38% | - |
| XYZ | 9.73 | 10.06 | 7.73 | - |
| YUV | 89.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 73 | 0 | 0.10 | 0.26 | 0.62 | 36 | 0.15 | 0.34 |
| Hex | 62 | 58 | 49 | 0 | A | 1A | 3E | 24 | F | 22 |
| Octal | 142 | 130 | 111 | 0 | 12 | 32 | 76 | 44 | 17 | 42 |
| Binary | 1100010 | 1011000 | 1001001 | 0 | 1010 | 11010 | 111110 | 100100 | 1111 | 100010 |
Color Harmonies of #625849
Complementary color
Monochromatic Colors of #625849
Black with #625849
Text Example
Text Example
White with #625849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625849; }
p { color: rgb(98,88,73); }
H1.HeaderClassName
{
color: #625849;
}
.AnyTagClassName
{
color: #625849;
}
</style>
background-color css
<style>
a { background-color: #625849; }
a { background-color: rgb(98,88,73); }
div.DivClassName
{
background-color: #625849;
}
.BgClassName
{
background-color: #625849;
}
</style>
border-color css
<style>
span { border-color: #625849; }
span { border-color: rgb(98,88,73); }
td.TdClassName
{
border-color: #625849;
}
.TagClassName
{
border-color: #625849;
}
</style>