Shades of Judge Grey #61564C
Tints of Judge Grey #61564C
RGB
CMYK
RGB Variations
Color information
#61564C (or 0x61564C) is known color: Judge Grey. HEX triplet: 61, 56 and 4C. RGB value is (97,86,76). Sum of RGB (Red+Green+Blue) = 97+86+76=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61564C is #9EA9B3. Grayscale: #585858. Windows color (decimal): -10398132 or 5002849. OLE color: 5002849.
HSL color Cylindrical-coordinate representation of color #61564C: hue angle of 28.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61564C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 76 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.62 |
| HSL | 28.57º | 0.12% | 0.34% | - |
| HSV(B) | 28.57º | 0.22% | 0.38% | - |
| XYZ | 9.56 | 9.72 | 8.21 | - |
| YUV | 88.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 76 | 0 | 0.11 | 0.22 | 0.62 | 28.57 | 0.12 | 0.34 |
| Hex | 61 | 56 | 4C | 0 | B | 16 | 3E | 1D | C | 22 |
| Octal | 141 | 126 | 114 | 0 | 13 | 26 | 76 | 35 | 14 | 42 |
| Binary | 1100001 | 1010110 | 1001100 | 0 | 1011 | 10110 | 111110 | 11101 | 1100 | 100010 |
Color Harmonies of #61564C
Complementary color
Monochromatic Colors of #61564C
Black with #61564C
Text Example
Text Example
White with #61564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61564C; }
p { color: rgb(97,86,76); }
H1.HeaderClassName
{
color: #61564C;
}
.AnyTagClassName
{
color: #61564C;
}
</style>
background-color css
<style>
a { background-color: #61564C; }
a { background-color: rgb(97,86,76); }
div.DivClassName
{
background-color: #61564C;
}
.BgClassName
{
background-color: #61564C;
}
</style>
border-color css
<style>
span { border-color: #61564C; }
span { border-color: rgb(97,86,76); }
td.TdClassName
{
border-color: #61564C;
}
.TagClassName
{
border-color: #61564C;
}
</style>