Shades of Judge Grey #60513A
Tints of Judge Grey #60513A
RGB
CMYK
RGB Variations
Color information
#60513A (or 0x60513A) is known color: Judge Grey. HEX triplet: 60, 51 and 3A. RGB value is (96,81,58). Sum of RGB (Red+Green+Blue) = 96+81+58=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #60513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60513A is #9FAEC5. Grayscale: #525252. Windows color (decimal): -10464966 or 3821920. OLE color: 3821920.
HSL color Cylindrical-coordinate representation of color #60513A: hue angle of 36.32º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60513A is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 58 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.62 |
| HSL | 36.32º | 0.25% | 0.3% | - |
| HSV(B) | 36.32º | 0.4% | 0.38% | - |
| XYZ | 8.53 | 8.68 | 5.23 | - |
| YUV | 82.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 58 | 0 | 0.16 | 0.40 | 0.62 | 36.32 | 0.25 | 0.3 |
| Hex | 60 | 51 | 3A | 0 | 10 | 28 | 3E | 24 | 19 | 1E |
| Octal | 140 | 121 | 72 | 0 | 20 | 50 | 76 | 44 | 31 | 36 |
| Binary | 1100000 | 1010001 | 111010 | 0 | 10000 | 101000 | 111110 | 100100 | 11001 | 11110 |
Color Harmonies of #60513A
Complementary color
Monochromatic Colors of #60513A
Black with #60513A
Text Example
Text Example
White with #60513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60513A; }
p { color: rgb(96,81,58); }
H1.HeaderClassName
{
color: #60513A;
}
.AnyTagClassName
{
color: #60513A;
}
</style>
background-color css
<style>
a { background-color: #60513A; }
a { background-color: rgb(96,81,58); }
div.DivClassName
{
background-color: #60513A;
}
.BgClassName
{
background-color: #60513A;
}
</style>
border-color css
<style>
span { border-color: #60513A; }
span { border-color: rgb(96,81,58); }
td.TdClassName
{
border-color: #60513A;
}
.TagClassName
{
border-color: #60513A;
}
</style>