Shades of Judge Grey #60513F
Tints of Judge Grey #60513F
RGB
CMYK
RGB Variations
Color information
#60513F (or 0x60513F) is known color: Judge Grey. HEX triplet: 60, 51 and 3F. RGB value is (96,81,63). Sum of RGB (Red+Green+Blue) = 96+81+63=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60513F is #9FAEC0. Grayscale: #535353. Windows color (decimal): -10464961 or 4149600. OLE color: 4149600.
HSL color Cylindrical-coordinate representation of color #60513F: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60513F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 63 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.62 |
| HSL | 32.73º | 0.21% | 0.31% | - |
| HSV(B) | 32.73º | 0.34% | 0.38% | - |
| XYZ | 8.66 | 8.73 | 5.93 | - |
| YUV | 83.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 63 | 0 | 0.16 | 0.34 | 0.62 | 32.73 | 0.21 | 0.31 |
| Hex | 60 | 51 | 3F | 0 | 10 | 22 | 3E | 21 | 15 | 1F |
| Octal | 140 | 121 | 77 | 0 | 20 | 42 | 76 | 41 | 25 | 37 |
| Binary | 1100000 | 1010001 | 111111 | 0 | 10000 | 100010 | 111110 | 100001 | 10101 | 11111 |
Color Harmonies of #60513F
Complementary color
Monochromatic Colors of #60513F
Black with #60513F
Text Example
Text Example
White with #60513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60513F; }
p { color: rgb(96,81,63); }
H1.HeaderClassName
{
color: #60513F;
}
.AnyTagClassName
{
color: #60513F;
}
</style>
background-color css
<style>
a { background-color: #60513F; }
a { background-color: rgb(96,81,63); }
div.DivClassName
{
background-color: #60513F;
}
.BgClassName
{
background-color: #60513F;
}
</style>
border-color css
<style>
span { border-color: #60513F; }
span { border-color: rgb(96,81,63); }
td.TdClassName
{
border-color: #60513F;
}
.TagClassName
{
border-color: #60513F;
}
</style>