Shades of Judge Grey #61563E
Tints of Judge Grey #61563E
RGB
CMYK
RGB Variations
Color information
#61563E (or 0x61563E) is known color: Judge Grey. HEX triplet: 61, 56 and 3E. RGB value is (97,86,62). Sum of RGB (Red+Green+Blue) = 97+86+62=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61563E is #9EA9C1. Grayscale: #565656. Windows color (decimal): -10398146 or 4085345. OLE color: 4085345.
HSL color Cylindrical-coordinate representation of color #61563E: hue angle of 41.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61563E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 62 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.62 |
| HSL | 41.14º | 0.22% | 0.31% | - |
| HSV(B) | 41.14º | 0.36% | 0.38% | - |
| XYZ | 9.13 | 9.54 | 5.92 | - |
| YUV | 86.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 62 | 0 | 0.11 | 0.36 | 0.62 | 41.14 | 0.22 | 0.31 |
| Hex | 61 | 56 | 3E | 0 | B | 24 | 3E | 29 | 16 | 1F |
| Octal | 141 | 126 | 76 | 0 | 13 | 44 | 76 | 51 | 26 | 37 |
| Binary | 1100001 | 1010110 | 111110 | 0 | 1011 | 100100 | 111110 | 101001 | 10110 | 11111 |
Color Harmonies of #61563E
Complementary color
Monochromatic Colors of #61563E
Black with #61563E
Text Example
Text Example
White with #61563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61563E; }
p { color: rgb(97,86,62); }
H1.HeaderClassName
{
color: #61563E;
}
.AnyTagClassName
{
color: #61563E;
}
</style>
background-color css
<style>
a { background-color: #61563E; }
a { background-color: rgb(97,86,62); }
div.DivClassName
{
background-color: #61563E;
}
.BgClassName
{
background-color: #61563E;
}
</style>
border-color css
<style>
span { border-color: #61563E; }
span { border-color: rgb(97,86,62); }
td.TdClassName
{
border-color: #61563E;
}
.TagClassName
{
border-color: #61563E;
}
</style>