Shades of Judge Grey #605444
Tints of Judge Grey #605444
RGB
CMYK
RGB Variations
Color information
#605444 (or 0x605444) is known color: Judge Grey. HEX triplet: 60, 54 and 44. RGB value is (96,84,68). Sum of RGB (Red+Green+Blue) = 96+84+68=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605444 is #9FABBB. Grayscale: #555555. Windows color (decimal): -10464188 or 4478048. OLE color: 4478048.
HSL color Cylindrical-coordinate representation of color #605444: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605444 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 68 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.62 |
| HSL | 34.29º | 0.17% | 0.32% | - |
| HSV(B) | 34.29º | 0.29% | 0.38% | - |
| XYZ | 9.04 | 9.24 | 6.78 | - |
| YUV | 85.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 68 | 0 | 0.12 | 0.29 | 0.62 | 34.29 | 0.17 | 0.32 |
| Hex | 60 | 54 | 44 | 0 | C | 1D | 3E | 22 | 11 | 20 |
| Octal | 140 | 124 | 104 | 0 | 14 | 35 | 76 | 42 | 21 | 40 |
| Binary | 1100000 | 1010100 | 1000100 | 0 | 1100 | 11101 | 111110 | 100010 | 10001 | 100000 |
Color Harmonies of #605444
Complementary color
Monochromatic Colors of #605444
Black with #605444
Text Example
Text Example
White with #605444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605444; }
p { color: rgb(96,84,68); }
H1.HeaderClassName
{
color: #605444;
}
.AnyTagClassName
{
color: #605444;
}
</style>
background-color css
<style>
a { background-color: #605444; }
a { background-color: rgb(96,84,68); }
div.DivClassName
{
background-color: #605444;
}
.BgClassName
{
background-color: #605444;
}
</style>
border-color css
<style>
span { border-color: #605444; }
span { border-color: rgb(96,84,68); }
td.TdClassName
{
border-color: #605444;
}
.TagClassName
{
border-color: #605444;
}
</style>