Shades of Judge Grey #60584B
Tints of Judge Grey #60584B
RGB
CMYK
RGB Variations
Color information
#60584B (or 0x60584B) is known color: Judge Grey. HEX triplet: 60, 58 and 4B. RGB value is (96,88,75). Sum of RGB (Red+Green+Blue) = 96+88+75=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60584B is #9FA7B4. Grayscale: #585858. Windows color (decimal): -10463157 or 4937824. OLE color: 4937824.
HSL color Cylindrical-coordinate representation of color #60584B: hue angle of 37.14º 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 #60584B is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 75 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.62 |
| HSL | 37.14º | 0.12% | 0.34% | - |
| HSV(B) | 37.14º | 0.22% | 0.38% | - |
| XYZ | 9.58 | 9.97 | 8.08 | - |
| YUV | 88.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 75 | 0 | 0.08 | 0.22 | 0.62 | 37.14 | 0.12 | 0.34 |
| Hex | 60 | 58 | 4B | 0 | 8 | 16 | 3E | 25 | C | 22 |
| Octal | 140 | 130 | 113 | 0 | 10 | 26 | 76 | 45 | 14 | 42 |
| Binary | 1100000 | 1011000 | 1001011 | 0 | 1000 | 10110 | 111110 | 100101 | 1100 | 100010 |
Color Harmonies of #60584B
Complementary color
Monochromatic Colors of #60584B
Black with #60584B
Text Example
Text Example
White with #60584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60584B; }
p { color: rgb(96,88,75); }
H1.HeaderClassName
{
color: #60584B;
}
.AnyTagClassName
{
color: #60584B;
}
</style>
background-color css
<style>
a { background-color: #60584B; }
a { background-color: rgb(96,88,75); }
div.DivClassName
{
background-color: #60584B;
}
.BgClassName
{
background-color: #60584B;
}
</style>
border-color css
<style>
span { border-color: #60584B; }
span { border-color: rgb(96,88,75); }
td.TdClassName
{
border-color: #60584B;
}
.TagClassName
{
border-color: #60584B;
}
</style>