Shades of Judge Grey #61564B
Tints of Judge Grey #61564B
RGB
CMYK
RGB Variations
Color information
#61564B (or 0x61564B) is known color: Judge Grey. HEX triplet: 61, 56 and 4B. RGB value is (97,86,75). Sum of RGB (Red+Green+Blue) = 97+86+75=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61564B is #9EA9B4. Grayscale: #585858. Windows color (decimal): -10398133 or 4937313. OLE color: 4937313.
HSL color Cylindrical-coordinate representation of color #61564B: hue angle of 30º 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 #61564B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 75 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.62 |
| HSL | 30º | 0.13% | 0.34% | - |
| HSV(B) | 30º | 0.23% | 0.38% | - |
| XYZ | 9.53 | 9.7 | 8.03 | - |
| YUV | 88.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 75 | 0 | 0.11 | 0.23 | 0.62 | 30 | 0.13 | 0.34 |
| Hex | 61 | 56 | 4B | 0 | B | 17 | 3E | 1E | D | 22 |
| Octal | 141 | 126 | 113 | 0 | 13 | 27 | 76 | 36 | 15 | 42 |
| Binary | 1100001 | 1010110 | 1001011 | 0 | 1011 | 10111 | 111110 | 11110 | 1101 | 100010 |
Color Harmonies of #61564B
Complementary color
Monochromatic Colors of #61564B
Black with #61564B
Text Example
Text Example
White with #61564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61564B; }
p { color: rgb(97,86,75); }
H1.HeaderClassName
{
color: #61564B;
}
.AnyTagClassName
{
color: #61564B;
}
</style>
background-color css
<style>
a { background-color: #61564B; }
a { background-color: rgb(97,86,75); }
div.DivClassName
{
background-color: #61564B;
}
.BgClassName
{
background-color: #61564B;
}
</style>
border-color css
<style>
span { border-color: #61564B; }
span { border-color: rgb(97,86,75); }
td.TdClassName
{
border-color: #61564B;
}
.TagClassName
{
border-color: #61564B;
}
</style>