Shades of Judge Grey #62564A
Tints of Judge Grey #62564A
RGB
CMYK
RGB Variations
Color information
#62564A (or 0x62564A) is known color: Judge Grey. HEX triplet: 62, 56 and 4A. RGB value is (98,86,74). Sum of RGB (Red+Green+Blue) = 98+86+74=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62564A is #9DA9B5. Grayscale: #585858. Windows color (decimal): -10332598 or 4871778. OLE color: 4871778.
HSL color Cylindrical-coordinate representation of color #62564A: hue angle of 30º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62564A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 74 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.62 |
| HSL | 30º | 0.14% | 0.34% | - |
| HSV(B) | 30º | 0.24% | 0.38% | - |
| XYZ | 9.6 | 9.75 | 7.85 | - |
| YUV | 88.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 74 | 0 | 0.12 | 0.24 | 0.62 | 30 | 0.14 | 0.34 |
| Hex | 62 | 56 | 4A | 0 | C | 18 | 3E | 1E | E | 22 |
| Octal | 142 | 126 | 112 | 0 | 14 | 30 | 76 | 36 | 16 | 42 |
| Binary | 1100010 | 1010110 | 1001010 | 0 | 1100 | 11000 | 111110 | 11110 | 1110 | 100010 |
Color Harmonies of #62564A
Complementary color
Monochromatic Colors of #62564A
Black with #62564A
Text Example
Text Example
White with #62564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62564A; }
p { color: rgb(98,86,74); }
H1.HeaderClassName
{
color: #62564A;
}
.AnyTagClassName
{
color: #62564A;
}
</style>
background-color css
<style>
a { background-color: #62564A; }
a { background-color: rgb(98,86,74); }
div.DivClassName
{
background-color: #62564A;
}
.BgClassName
{
background-color: #62564A;
}
</style>
border-color css
<style>
span { border-color: #62564A; }
span { border-color: rgb(98,86,74); }
td.TdClassName
{
border-color: #62564A;
}
.TagClassName
{
border-color: #62564A;
}
</style>