Shades of Judge Grey #60523E
Tints of Judge Grey #60523E
RGB
CMYK
RGB Variations
Color information
#60523E (or 0x60523E) is known color: Judge Grey. HEX triplet: 60, 52 and 3E. RGB value is (96,82,62). Sum of RGB (Red+Green+Blue) = 96+82+62=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60523E is #9FADC1. Grayscale: #545454. Windows color (decimal): -10464706 or 4084320. OLE color: 4084320.
HSL color Cylindrical-coordinate representation of color #60523E: hue angle of 35.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60523E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 62 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.62 |
| HSL | 35.29º | 0.22% | 0.31% | - |
| HSV(B) | 35.29º | 0.35% | 0.38% | - |
| XYZ | 8.71 | 8.87 | 5.81 | - |
| YUV | 83.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 62 | 0 | 0.15 | 0.35 | 0.62 | 35.29 | 0.22 | 0.31 |
| Hex | 60 | 52 | 3E | 0 | F | 23 | 3E | 23 | 16 | 1F |
| Octal | 140 | 122 | 76 | 0 | 17 | 43 | 76 | 43 | 26 | 37 |
| Binary | 1100000 | 1010010 | 111110 | 0 | 1111 | 100011 | 111110 | 100011 | 10110 | 11111 |
Color Harmonies of #60523E
Complementary color
Monochromatic Colors of #60523E
Black with #60523E
Text Example
Text Example
White with #60523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60523E; }
p { color: rgb(96,82,62); }
H1.HeaderClassName
{
color: #60523E;
}
.AnyTagClassName
{
color: #60523E;
}
</style>
background-color css
<style>
a { background-color: #60523E; }
a { background-color: rgb(96,82,62); }
div.DivClassName
{
background-color: #60523E;
}
.BgClassName
{
background-color: #60523E;
}
</style>
border-color css
<style>
span { border-color: #60523E; }
span { border-color: rgb(96,82,62); }
td.TdClassName
{
border-color: #60523E;
}
.TagClassName
{
border-color: #60523E;
}
</style>