Shades of Judge Grey #60584D
Tints of Judge Grey #60584D
RGB
CMYK
RGB Variations
Color information
#60584D (or 0x60584D) is known color: Judge Grey. HEX triplet: 60, 58 and 4D. RGB value is (96,88,77). Sum of RGB (Red+Green+Blue) = 96+88+77=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60584D is #9FA7B2. Grayscale: #595959. Windows color (decimal): -10463155 or 5068896. OLE color: 5068896.
HSL color Cylindrical-coordinate representation of color #60584D: hue angle of 34.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60584D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 77 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.62 |
| HSL | 34.74º | 0.11% | 0.34% | - |
| HSV(B) | 34.74º | 0.2% | 0.38% | - |
| XYZ | 9.65 | 10 | 8.44 | - |
| YUV | 89.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 77 | 0 | 0.08 | 0.20 | 0.62 | 34.74 | 0.11 | 0.34 |
| Hex | 60 | 58 | 4D | 0 | 8 | 14 | 3E | 23 | B | 22 |
| Octal | 140 | 130 | 115 | 0 | 10 | 24 | 76 | 43 | 13 | 42 |
| Binary | 1100000 | 1011000 | 1001101 | 0 | 1000 | 10100 | 111110 | 100011 | 1011 | 100010 |
Color Harmonies of #60584D
Complementary color
Monochromatic Colors of #60584D
Black with #60584D
Text Example
Text Example
White with #60584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60584D; }
p { color: rgb(96,88,77); }
H1.HeaderClassName
{
color: #60584D;
}
.AnyTagClassName
{
color: #60584D;
}
</style>
background-color css
<style>
a { background-color: #60584D; }
a { background-color: rgb(96,88,77); }
div.DivClassName
{
background-color: #60584D;
}
.BgClassName
{
background-color: #60584D;
}
</style>
border-color css
<style>
span { border-color: #60584D; }
span { border-color: rgb(96,88,77); }
td.TdClassName
{
border-color: #60584D;
}
.TagClassName
{
border-color: #60584D;
}
</style>