Shades of Judge Grey #60574B
Tints of Judge Grey #60574B
RGB
CMYK
RGB Variations
Color information
#60574B (or 0x60574B) is known color: Judge Grey. HEX triplet: 60, 57 and 4B. RGB value is (96,87,75). Sum of RGB (Red+Green+Blue) = 96+87+75=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60574B is #9FA8B4. Grayscale: #585858. Windows color (decimal): -10463413 or 4937568. OLE color: 4937568.
HSL color Cylindrical-coordinate representation of color #60574B: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60574B is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 87 | 75 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.62 |
| HSL | 34.29º | 0.12% | 0.34% | - |
| HSV(B) | 34.29º | 0.22% | 0.38% | - |
| XYZ | 9.5 | 9.81 | 8.05 | - |
| YUV | 88.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 75 | 0 | 0.09 | 0.22 | 0.62 | 34.29 | 0.12 | 0.34 |
| Hex | 60 | 57 | 4B | 0 | 9 | 16 | 3E | 22 | C | 22 |
| Octal | 140 | 127 | 113 | 0 | 11 | 26 | 76 | 42 | 14 | 42 |
| Binary | 1100000 | 1010111 | 1001011 | 0 | 1001 | 10110 | 111110 | 100010 | 1100 | 100010 |
Color Harmonies of #60574B
Complementary color
Monochromatic Colors of #60574B
Black with #60574B
Text Example
Text Example
White with #60574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60574B; }
p { color: rgb(96,87,75); }
H1.HeaderClassName
{
color: #60574B;
}
.AnyTagClassName
{
color: #60574B;
}
</style>
background-color css
<style>
a { background-color: #60574B; }
a { background-color: rgb(96,87,75); }
div.DivClassName
{
background-color: #60574B;
}
.BgClassName
{
background-color: #60574B;
}
</style>
border-color css
<style>
span { border-color: #60574B; }
span { border-color: rgb(96,87,75); }
td.TdClassName
{
border-color: #60574B;
}
.TagClassName
{
border-color: #60574B;
}
</style>