Shades of Judge Grey #60584F
Tints of Judge Grey #60584F
RGB
CMYK
RGB Variations
Color information
#60584F (or 0x60584F) is known color: Judge Grey. HEX triplet: 60, 58 and 4F. RGB value is (96,88,79). Sum of RGB (Red+Green+Blue) = 96+88+79=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60584F is #9FA7B0. Grayscale: #595959. Windows color (decimal): -10463153 or 5199968. OLE color: 5199968.
HSL color Cylindrical-coordinate representation of color #60584F: hue angle of 31.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60584F is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 79 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.62 |
| HSL | 31.76º | 0.1% | 0.34% | - |
| HSV(B) | 31.76º | 0.18% | 0.38% | - |
| XYZ | 9.72 | 10.03 | 8.82 | - |
| YUV | 89.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 79 | 0 | 0.08 | 0.18 | 0.62 | 31.76 | 0.1 | 0.34 |
| Hex | 60 | 58 | 4F | 0 | 8 | 12 | 3E | 20 | A | 22 |
| Octal | 140 | 130 | 117 | 0 | 10 | 22 | 76 | 40 | 12 | 42 |
| Binary | 1100000 | 1011000 | 1001111 | 0 | 1000 | 10010 | 111110 | 100000 | 1010 | 100010 |
Color Harmonies of #60584F
Complementary color
Monochromatic Colors of #60584F
Black with #60584F
Text Example
Text Example
White with #60584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60584F; }
p { color: rgb(96,88,79); }
H1.HeaderClassName
{
color: #60584F;
}
.AnyTagClassName
{
color: #60584F;
}
</style>
background-color css
<style>
a { background-color: #60584F; }
a { background-color: rgb(96,88,79); }
div.DivClassName
{
background-color: #60584F;
}
.BgClassName
{
background-color: #60584F;
}
</style>
border-color css
<style>
span { border-color: #60584F; }
span { border-color: rgb(96,88,79); }
td.TdClassName
{
border-color: #60584F;
}
.TagClassName
{
border-color: #60584F;
}
</style>