Shades of Judge Grey #61554A
Tints of Judge Grey #61554A
RGB
CMYK
RGB Variations
Color information
#61554A (or 0x61554A) is known color: Judge Grey. HEX triplet: 61, 55 and 4A. RGB value is (97,85,74). Sum of RGB (Red+Green+Blue) = 97+85+74=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61554A is #9EAAB5. Grayscale: #575757. Windows color (decimal): -10398390 or 4871521. OLE color: 4871521.
HSL color Cylindrical-coordinate representation of color #61554A: hue angle of 28.7º 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 #61554A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 85 | 74 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.62 |
| HSL | 28.7º | 0.13% | 0.34% | - |
| HSV(B) | 28.7º | 0.24% | 0.38% | - |
| XYZ | 9.41 | 9.53 | 7.82 | - |
| YUV | 87.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 74 | 0 | 0.12 | 0.24 | 0.62 | 28.7 | 0.13 | 0.34 |
| Hex | 61 | 55 | 4A | 0 | C | 18 | 3E | 1D | D | 22 |
| Octal | 141 | 125 | 112 | 0 | 14 | 30 | 76 | 35 | 15 | 42 |
| Binary | 1100001 | 1010101 | 1001010 | 0 | 1100 | 11000 | 111110 | 11101 | 1101 | 100010 |
Color Harmonies of #61554A
Complementary color
Monochromatic Colors of #61554A
Black with #61554A
Text Example
Text Example
White with #61554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61554A; }
p { color: rgb(97,85,74); }
H1.HeaderClassName
{
color: #61554A;
}
.AnyTagClassName
{
color: #61554A;
}
</style>
background-color css
<style>
a { background-color: #61554A; }
a { background-color: rgb(97,85,74); }
div.DivClassName
{
background-color: #61554A;
}
.BgClassName
{
background-color: #61554A;
}
</style>
border-color css
<style>
span { border-color: #61554A; }
span { border-color: rgb(97,85,74); }
td.TdClassName
{
border-color: #61554A;
}
.TagClassName
{
border-color: #61554A;
}
</style>