Shades of Judge Grey #605447
Tints of Judge Grey #605447
RGB
CMYK
RGB Variations
Color information
#605447 (or 0x605447) is known color: Judge Grey. HEX triplet: 60, 54 and 47. RGB value is (96,84,71). Sum of RGB (Red+Green+Blue) = 96+84+71=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605447 is #9FABB8. Grayscale: #565656. Windows color (decimal): -10464185 or 4674656. OLE color: 4674656.
HSL color Cylindrical-coordinate representation of color #605447: hue angle of 31.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605447 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 71 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.62 |
| HSL | 31.2º | 0.15% | 0.33% | - |
| HSV(B) | 31.2º | 0.26% | 0.38% | - |
| XYZ | 9.13 | 9.28 | 7.27 | - |
| YUV | 86.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 71 | 0 | 0.12 | 0.26 | 0.62 | 31.2 | 0.15 | 0.33 |
| Hex | 60 | 54 | 47 | 0 | C | 1A | 3E | 1F | F | 21 |
| Octal | 140 | 124 | 107 | 0 | 14 | 32 | 76 | 37 | 17 | 41 |
| Binary | 1100000 | 1010100 | 1000111 | 0 | 1100 | 11010 | 111110 | 11111 | 1111 | 100001 |
Color Harmonies of #605447
Complementary color
Monochromatic Colors of #605447
Black with #605447
Text Example
Text Example
White with #605447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605447; }
p { color: rgb(96,84,71); }
H1.HeaderClassName
{
color: #605447;
}
.AnyTagClassName
{
color: #605447;
}
</style>
background-color css
<style>
a { background-color: #605447; }
a { background-color: rgb(96,84,71); }
div.DivClassName
{
background-color: #605447;
}
.BgClassName
{
background-color: #605447;
}
</style>
border-color css
<style>
span { border-color: #605447; }
span { border-color: rgb(96,84,71); }
td.TdClassName
{
border-color: #605447;
}
.TagClassName
{
border-color: #605447;
}
</style>