Shades of Judge Grey #60574E
Tints of Judge Grey #60574E
RGB
CMYK
RGB Variations
Color information
#60574E (or 0x60574E) is known color: Judge Grey. HEX triplet: 60, 57 and 4E. RGB value is (96,87,78). Sum of RGB (Red+Green+Blue) = 96+87+78=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60574E is #9FA8B1. Grayscale: #585858. Windows color (decimal): -10463410 or 5134176. OLE color: 5134176.
HSL color Cylindrical-coordinate representation of color #60574E: hue angle of 30º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60574E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 78 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.62 |
| HSL | 30º | 0.1% | 0.34% | - |
| HSV(B) | 30º | 0.19% | 0.38% | - |
| XYZ | 9.61 | 9.85 | 8.6 | - |
| YUV | 88.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 78 | 0 | 0.09 | 0.19 | 0.62 | 30 | 0.1 | 0.34 |
| Hex | 60 | 57 | 4E | 0 | 9 | 13 | 3E | 1E | A | 22 |
| Octal | 140 | 127 | 116 | 0 | 11 | 23 | 76 | 36 | 12 | 42 |
| Binary | 1100000 | 1010111 | 1001110 | 0 | 1001 | 10011 | 111110 | 11110 | 1010 | 100010 |
Color Harmonies of #60574E
Complementary color
Monochromatic Colors of #60574E
Black with #60574E
Text Example
Text Example
White with #60574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60574E; }
p { color: rgb(96,87,78); }
H1.HeaderClassName
{
color: #60574E;
}
.AnyTagClassName
{
color: #60574E;
}
</style>
background-color css
<style>
a { background-color: #60574E; }
a { background-color: rgb(96,87,78); }
div.DivClassName
{
background-color: #60574E;
}
.BgClassName
{
background-color: #60574E;
}
</style>
border-color css
<style>
span { border-color: #60574E; }
span { border-color: rgb(96,87,78); }
td.TdClassName
{
border-color: #60574E;
}
.TagClassName
{
border-color: #60574E;
}
</style>