Shades of Judge Grey #60543F
Tints of Judge Grey #60543F
RGB
CMYK
RGB Variations
Color information
#60543F (or 0x60543F) is known color: Judge Grey. HEX triplet: 60, 54 and 3F. RGB value is (96,84,63). Sum of RGB (Red+Green+Blue) = 96+84+63=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60543F is #9FABC0. Grayscale: #555555. Windows color (decimal): -10464193 or 4150368. OLE color: 4150368.
HSL color Cylindrical-coordinate representation of color #60543F: hue angle of 38.18º 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 #60543F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 63 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.62 |
| HSL | 38.18º | 0.21% | 0.31% | - |
| HSV(B) | 38.18º | 0.34% | 0.38% | - |
| XYZ | 8.89 | 9.19 | 6.01 | - |
| YUV | 85.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 63 | 0 | 0.12 | 0.34 | 0.62 | 38.18 | 0.21 | 0.31 |
| Hex | 60 | 54 | 3F | 0 | C | 22 | 3E | 26 | 15 | 1F |
| Octal | 140 | 124 | 77 | 0 | 14 | 42 | 76 | 46 | 25 | 37 |
| Binary | 1100000 | 1010100 | 111111 | 0 | 1100 | 100010 | 111110 | 100110 | 10101 | 11111 |
Color Harmonies of #60543F
Complementary color
Monochromatic Colors of #60543F
Black with #60543F
Text Example
Text Example
White with #60543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60543F; }
p { color: rgb(96,84,63); }
H1.HeaderClassName
{
color: #60543F;
}
.AnyTagClassName
{
color: #60543F;
}
</style>
background-color css
<style>
a { background-color: #60543F; }
a { background-color: rgb(96,84,63); }
div.DivClassName
{
background-color: #60543F;
}
.BgClassName
{
background-color: #60543F;
}
</style>
border-color css
<style>
span { border-color: #60543F; }
span { border-color: rgb(96,84,63); }
td.TdClassName
{
border-color: #60543F;
}
.TagClassName
{
border-color: #60543F;
}
</style>