Shades of Judge Grey #61594A
Tints of Judge Grey #61594A
RGB
CMYK
RGB Variations
Color information
#61594A (or 0x61594A) is known color: Judge Grey. HEX triplet: 61, 59 and 4A. RGB value is (97,89,74). Sum of RGB (Red+Green+Blue) = 97+89+74=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61594A is #9EA6B5. Grayscale: #595959. Windows color (decimal): -10397366 or 4872545. OLE color: 4872545.
HSL color Cylindrical-coordinate representation of color #61594A: hue angle of 39.13º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61594A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 74 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.62 |
| HSL | 39.13º | 0.13% | 0.34% | - |
| HSV(B) | 39.13º | 0.24% | 0.38% | - |
| XYZ | 9.74 | 10.18 | 7.93 | - |
| YUV | 89.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 74 | 0 | 0.08 | 0.24 | 0.62 | 39.13 | 0.13 | 0.34 |
| Hex | 61 | 59 | 4A | 0 | 8 | 18 | 3E | 27 | D | 22 |
| Octal | 141 | 131 | 112 | 0 | 10 | 30 | 76 | 47 | 15 | 42 |
| Binary | 1100001 | 1011001 | 1001010 | 0 | 1000 | 11000 | 111110 | 100111 | 1101 | 100010 |
Color Harmonies of #61594A
Complementary color
Monochromatic Colors of #61594A
Black with #61594A
Text Example
Text Example
White with #61594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61594A; }
p { color: rgb(97,89,74); }
H1.HeaderClassName
{
color: #61594A;
}
.AnyTagClassName
{
color: #61594A;
}
</style>
background-color css
<style>
a { background-color: #61594A; }
a { background-color: rgb(97,89,74); }
div.DivClassName
{
background-color: #61594A;
}
.BgClassName
{
background-color: #61594A;
}
</style>
border-color css
<style>
span { border-color: #61594A; }
span { border-color: rgb(97,89,74); }
td.TdClassName
{
border-color: #61594A;
}
.TagClassName
{
border-color: #61594A;
}
</style>