Shades of Judge Grey #62564B
Tints of Judge Grey #62564B
RGB
CMYK
RGB Variations
Color information
#62564B (or 0x62564B) is known color: Judge Grey. HEX triplet: 62, 56 and 4B. RGB value is (98,86,75). Sum of RGB (Red+Green+Blue) = 98+86+75=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62564B is #9DA9B4. Grayscale: #585858. Windows color (decimal): -10332597 or 4937314. OLE color: 4937314.
HSL color Cylindrical-coordinate representation of color #62564B: hue angle of 28.7º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62564B is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 75 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.62 |
| HSL | 28.7º | 0.13% | 0.34% | - |
| HSV(B) | 28.7º | 0.23% | 0.38% | - |
| XYZ | 9.63 | 9.76 | 8.03 | - |
| YUV | 88.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 75 | 0 | 0.12 | 0.23 | 0.62 | 28.7 | 0.13 | 0.34 |
| Hex | 62 | 56 | 4B | 0 | C | 17 | 3E | 1D | D | 22 |
| Octal | 142 | 126 | 113 | 0 | 14 | 27 | 76 | 35 | 15 | 42 |
| Binary | 1100010 | 1010110 | 1001011 | 0 | 1100 | 10111 | 111110 | 11101 | 1101 | 100010 |
Color Harmonies of #62564B
Complementary color
Monochromatic Colors of #62564B
Black with #62564B
Text Example
Text Example
White with #62564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62564B; }
p { color: rgb(98,86,75); }
H1.HeaderClassName
{
color: #62564B;
}
.AnyTagClassName
{
color: #62564B;
}
</style>
background-color css
<style>
a { background-color: #62564B; }
a { background-color: rgb(98,86,75); }
div.DivClassName
{
background-color: #62564B;
}
.BgClassName
{
background-color: #62564B;
}
</style>
border-color css
<style>
span { border-color: #62564B; }
span { border-color: rgb(98,86,75); }
td.TdClassName
{
border-color: #62564B;
}
.TagClassName
{
border-color: #62564B;
}
</style>