Shades of Judge Grey #60533B
Tints of Judge Grey #60533B
RGB
CMYK
RGB Variations
Color information
#60533B (or 0x60533B) is known color: Judge Grey. HEX triplet: 60, 53 and 3B. RGB value is (96,83,59). Sum of RGB (Red+Green+Blue) = 96+83+59=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60533B is #9FACC4. Grayscale: #545454. Windows color (decimal): -10464453 or 3887968. OLE color: 3887968.
HSL color Cylindrical-coordinate representation of color #60533B: hue angle of 38.92º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60533B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 59 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.62 |
| HSL | 38.92º | 0.24% | 0.3% | - |
| HSV(B) | 38.92º | 0.39% | 0.38% | - |
| XYZ | 8.71 | 8.99 | 5.41 | - |
| YUV | 84.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 59 | 0 | 0.14 | 0.39 | 0.62 | 38.92 | 0.24 | 0.3 |
| Hex | 60 | 53 | 3B | 0 | E | 27 | 3E | 27 | 18 | 1E |
| Octal | 140 | 123 | 73 | 0 | 16 | 47 | 76 | 47 | 30 | 36 |
| Binary | 1100000 | 1010011 | 111011 | 0 | 1110 | 100111 | 111110 | 100111 | 11000 | 11110 |
Color Harmonies of #60533B
Complementary color
Monochromatic Colors of #60533B
Black with #60533B
Text Example
Text Example
White with #60533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60533B; }
p { color: rgb(96,83,59); }
H1.HeaderClassName
{
color: #60533B;
}
.AnyTagClassName
{
color: #60533B;
}
</style>
background-color css
<style>
a { background-color: #60533B; }
a { background-color: rgb(96,83,59); }
div.DivClassName
{
background-color: #60533B;
}
.BgClassName
{
background-color: #60533B;
}
</style>
border-color css
<style>
span { border-color: #60533B; }
span { border-color: rgb(96,83,59); }
td.TdClassName
{
border-color: #60533B;
}
.TagClassName
{
border-color: #60533B;
}
</style>