Shades of Judge Grey #60533D
Tints of Judge Grey #60533D
RGB
CMYK
RGB Variations
Color information
#60533D (or 0x60533D) is known color: Judge Grey. HEX triplet: 60, 53 and 3D. RGB value is (96,83,61). Sum of RGB (Red+Green+Blue) = 96+83+61=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60533D is #9FACC2. Grayscale: #545454. Windows color (decimal): -10464451 or 4019040. OLE color: 4019040.
HSL color Cylindrical-coordinate representation of color #60533D: hue angle of 37.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60533D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 61 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.62 |
| HSL | 37.71º | 0.22% | 0.31% | - |
| HSV(B) | 37.71º | 0.36% | 0.38% | - |
| XYZ | 8.76 | 9.01 | 5.69 | - |
| YUV | 84.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 61 | 0 | 0.14 | 0.36 | 0.62 | 37.71 | 0.22 | 0.31 |
| Hex | 60 | 53 | 3D | 0 | E | 24 | 3E | 26 | 16 | 1F |
| Octal | 140 | 123 | 75 | 0 | 16 | 44 | 76 | 46 | 26 | 37 |
| Binary | 1100000 | 1010011 | 111101 | 0 | 1110 | 100100 | 111110 | 100110 | 10110 | 11111 |
Color Harmonies of #60533D
Complementary color
Monochromatic Colors of #60533D
Black with #60533D
Text Example
Text Example
White with #60533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60533D; }
p { color: rgb(96,83,61); }
H1.HeaderClassName
{
color: #60533D;
}
.AnyTagClassName
{
color: #60533D;
}
</style>
background-color css
<style>
a { background-color: #60533D; }
a { background-color: rgb(96,83,61); }
div.DivClassName
{
background-color: #60533D;
}
.BgClassName
{
background-color: #60533D;
}
</style>
border-color css
<style>
span { border-color: #60533D; }
span { border-color: rgb(96,83,61); }
td.TdClassName
{
border-color: #60533D;
}
.TagClassName
{
border-color: #60533D;
}
</style>