Shades of Judge Grey #605446
Tints of Judge Grey #605446
RGB
CMYK
RGB Variations
Color information
#605446 (or 0x605446) is known color: Judge Grey. HEX triplet: 60, 54 and 46. RGB value is (96,84,70). Sum of RGB (Red+Green+Blue) = 96+84+70=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605446 is #9FABB9. Grayscale: #565656. Windows color (decimal): -10464186 or 4609120. OLE color: 4609120.
HSL color Cylindrical-coordinate representation of color #605446: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #605446 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 70 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.62 |
| HSL | 32.31º | 0.16% | 0.33% | - |
| HSV(B) | 32.31º | 0.27% | 0.38% | - |
| XYZ | 9.1 | 9.27 | 7.1 | - |
| YUV | 85.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 70 | 0 | 0.12 | 0.27 | 0.62 | 32.31 | 0.16 | 0.33 |
| Hex | 60 | 54 | 46 | 0 | C | 1B | 3E | 20 | 10 | 21 |
| Octal | 140 | 124 | 106 | 0 | 14 | 33 | 76 | 40 | 20 | 41 |
| Binary | 1100000 | 1010100 | 1000110 | 0 | 1100 | 11011 | 111110 | 100000 | 10000 | 100001 |
Color Harmonies of #605446
Complementary color
Monochromatic Colors of #605446
Black with #605446
Text Example
Text Example
White with #605446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605446; }
p { color: rgb(96,84,70); }
H1.HeaderClassName
{
color: #605446;
}
.AnyTagClassName
{
color: #605446;
}
</style>
background-color css
<style>
a { background-color: #605446; }
a { background-color: rgb(96,84,70); }
div.DivClassName
{
background-color: #605446;
}
.BgClassName
{
background-color: #605446;
}
</style>
border-color css
<style>
span { border-color: #605446; }
span { border-color: rgb(96,84,70); }
td.TdClassName
{
border-color: #605446;
}
.TagClassName
{
border-color: #605446;
}
</style>