Shades of Judge Grey #60533E
Tints of Judge Grey #60533E
RGB
CMYK
RGB Variations
Color information
#60533E (or 0x60533E) is known color: Judge Grey. HEX triplet: 60, 53 and 3E. RGB value is (96,83,62). Sum of RGB (Red+Green+Blue) = 96+83+62=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60533E is #9FACC1. Grayscale: #545454. Windows color (decimal): -10464450 or 4084576. OLE color: 4084576.
HSL color Cylindrical-coordinate representation of color #60533E: hue angle of 37.06º 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 #60533E is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 62 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.62 |
| HSL | 37.06º | 0.22% | 0.31% | - |
| HSV(B) | 37.06º | 0.35% | 0.38% | - |
| XYZ | 8.79 | 9.02 | 5.84 | - |
| YUV | 84.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 62 | 0 | 0.14 | 0.35 | 0.62 | 37.06 | 0.22 | 0.31 |
| Hex | 60 | 53 | 3E | 0 | E | 23 | 3E | 25 | 16 | 1F |
| Octal | 140 | 123 | 76 | 0 | 16 | 43 | 76 | 45 | 26 | 37 |
| Binary | 1100000 | 1010011 | 111110 | 0 | 1110 | 100011 | 111110 | 100101 | 10110 | 11111 |
Color Harmonies of #60533E
Complementary color
Monochromatic Colors of #60533E
Black with #60533E
Text Example
Text Example
White with #60533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60533E; }
p { color: rgb(96,83,62); }
H1.HeaderClassName
{
color: #60533E;
}
.AnyTagClassName
{
color: #60533E;
}
</style>
background-color css
<style>
a { background-color: #60533E; }
a { background-color: rgb(96,83,62); }
div.DivClassName
{
background-color: #60533E;
}
.BgClassName
{
background-color: #60533E;
}
</style>
border-color css
<style>
span { border-color: #60533E; }
span { border-color: rgb(96,83,62); }
td.TdClassName
{
border-color: #60533E;
}
.TagClassName
{
border-color: #60533E;
}
</style>