Shades of Judge Grey #60533C
Tints of Judge Grey #60533C
RGB
CMYK
RGB Variations
Color information
#60533C (or 0x60533C) is known color: Judge Grey. HEX triplet: 60, 53 and 3C. RGB value is (96,83,60). Sum of RGB (Red+Green+Blue) = 96+83+60=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60533C is #9FACC3. Grayscale: #545454. Windows color (decimal): -10464452 or 3953504. OLE color: 3953504.
HSL color Cylindrical-coordinate representation of color #60533C: hue angle of 38.33º 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 #60533C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 60 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.62 |
| HSL | 38.33º | 0.23% | 0.31% | - |
| HSV(B) | 38.33º | 0.38% | 0.38% | - |
| XYZ | 8.73 | 9 | 5.55 | - |
| YUV | 84.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 60 | 0 | 0.14 | 0.38 | 0.62 | 38.33 | 0.23 | 0.31 |
| Hex | 60 | 53 | 3C | 0 | E | 26 | 3E | 26 | 17 | 1F |
| Octal | 140 | 123 | 74 | 0 | 16 | 46 | 76 | 46 | 27 | 37 |
| Binary | 1100000 | 1010011 | 111100 | 0 | 1110 | 100110 | 111110 | 100110 | 10111 | 11111 |
Color Harmonies of #60533C
Complementary color
Monochromatic Colors of #60533C
Black with #60533C
Text Example
Text Example
White with #60533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60533C; }
p { color: rgb(96,83,60); }
H1.HeaderClassName
{
color: #60533C;
}
.AnyTagClassName
{
color: #60533C;
}
</style>
background-color css
<style>
a { background-color: #60533C; }
a { background-color: rgb(96,83,60); }
div.DivClassName
{
background-color: #60533C;
}
.BgClassName
{
background-color: #60533C;
}
</style>
border-color css
<style>
span { border-color: #60533C; }
span { border-color: rgb(96,83,60); }
td.TdClassName
{
border-color: #60533C;
}
.TagClassName
{
border-color: #60533C;
}
</style>