Shades of Judge Grey #60543C
Tints of Judge Grey #60543C
RGB
CMYK
RGB Variations
Color information
#60543C (or 0x60543C) is known color: Judge Grey. HEX triplet: 60, 54 and 3C. RGB value is (96,84,60). Sum of RGB (Red+Green+Blue) = 96+84+60=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60543C is #9FABC3. Grayscale: #545454. Windows color (decimal): -10464196 or 3953760. OLE color: 3953760.
HSL color Cylindrical-coordinate representation of color #60543C: hue angle of 40º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60543C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 60 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.62 |
| HSL | 40º | 0.23% | 0.31% | - |
| HSV(B) | 40º | 0.38% | 0.38% | - |
| XYZ | 8.81 | 9.15 | 5.58 | - |
| YUV | 84.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 60 | 0 | 0.12 | 0.38 | 0.62 | 40 | 0.23 | 0.31 |
| Hex | 60 | 54 | 3C | 0 | C | 26 | 3E | 28 | 17 | 1F |
| Octal | 140 | 124 | 74 | 0 | 14 | 46 | 76 | 50 | 27 | 37 |
| Binary | 1100000 | 1010100 | 111100 | 0 | 1100 | 100110 | 111110 | 101000 | 10111 | 11111 |
Color Harmonies of #60543C
Complementary color
Monochromatic Colors of #60543C
Black with #60543C
Text Example
Text Example
White with #60543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60543C; }
p { color: rgb(96,84,60); }
H1.HeaderClassName
{
color: #60543C;
}
.AnyTagClassName
{
color: #60543C;
}
</style>
background-color css
<style>
a { background-color: #60543C; }
a { background-color: rgb(96,84,60); }
div.DivClassName
{
background-color: #60543C;
}
.BgClassName
{
background-color: #60543C;
}
</style>
border-color css
<style>
span { border-color: #60543C; }
span { border-color: rgb(96,84,60); }
td.TdClassName
{
border-color: #60543C;
}
.TagClassName
{
border-color: #60543C;
}
</style>