Shades of Judge Grey #61563D
Tints of Judge Grey #61563D
RGB
CMYK
RGB Variations
Color information
#61563D (or 0x61563D) is known color: Judge Grey. HEX triplet: 61, 56 and 3D. RGB value is (97,86,61). Sum of RGB (Red+Green+Blue) = 97+86+61=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61563D is #9EA9C2. Grayscale: #565656. Windows color (decimal): -10398147 or 4019809. OLE color: 4019809.
HSL color Cylindrical-coordinate representation of color #61563D: hue angle of 41.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61563D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 61 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.62 |
| HSL | 41.67º | 0.23% | 0.31% | - |
| HSV(B) | 41.67º | 0.37% | 0.38% | - |
| XYZ | 9.1 | 9.53 | 5.78 | - |
| YUV | 86.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 61 | 0 | 0.11 | 0.37 | 0.62 | 41.67 | 0.23 | 0.31 |
| Hex | 61 | 56 | 3D | 0 | B | 25 | 3E | 2A | 17 | 1F |
| Octal | 141 | 126 | 75 | 0 | 13 | 45 | 76 | 52 | 27 | 37 |
| Binary | 1100001 | 1010110 | 111101 | 0 | 1011 | 100101 | 111110 | 101010 | 10111 | 11111 |
Color Harmonies of #61563D
Complementary color
Monochromatic Colors of #61563D
Black with #61563D
Text Example
Text Example
White with #61563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61563D; }
p { color: rgb(97,86,61); }
H1.HeaderClassName
{
color: #61563D;
}
.AnyTagClassName
{
color: #61563D;
}
</style>
background-color css
<style>
a { background-color: #61563D; }
a { background-color: rgb(97,86,61); }
div.DivClassName
{
background-color: #61563D;
}
.BgClassName
{
background-color: #61563D;
}
</style>
border-color css
<style>
span { border-color: #61563D; }
span { border-color: rgb(97,86,61); }
td.TdClassName
{
border-color: #61563D;
}
.TagClassName
{
border-color: #61563D;
}
</style>