Shades of Judge Grey #605849
Tints of Judge Grey #605849
RGB
CMYK
RGB Variations
Color information
#605849 (or 0x605849) is known color: Judge Grey. HEX triplet: 60, 58 and 49. RGB value is (96,88,73). Sum of RGB (Red+Green+Blue) = 96+88+73=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #605849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605849 is #9FA7B6. Grayscale: #585858. Windows color (decimal): -10463159 or 4806752. OLE color: 4806752.
HSL color Cylindrical-coordinate representation of color #605849: hue angle of 39.13º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605849 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 73 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.62 |
| HSL | 39.13º | 0.14% | 0.33% | - |
| HSV(B) | 39.13º | 0.24% | 0.38% | - |
| XYZ | 9.52 | 9.95 | 7.72 | - |
| YUV | 88.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 73 | 0 | 0.08 | 0.24 | 0.62 | 39.13 | 0.14 | 0.33 |
| Hex | 60 | 58 | 49 | 0 | 8 | 18 | 3E | 27 | E | 21 |
| Octal | 140 | 130 | 111 | 0 | 10 | 30 | 76 | 47 | 16 | 41 |
| Binary | 1100000 | 1011000 | 1001001 | 0 | 1000 | 11000 | 111110 | 100111 | 1110 | 100001 |
Color Harmonies of #605849
Complementary color
Monochromatic Colors of #605849
Black with #605849
Text Example
Text Example
White with #605849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605849; }
p { color: rgb(96,88,73); }
H1.HeaderClassName
{
color: #605849;
}
.AnyTagClassName
{
color: #605849;
}
</style>
background-color css
<style>
a { background-color: #605849; }
a { background-color: rgb(96,88,73); }
div.DivClassName
{
background-color: #605849;
}
.BgClassName
{
background-color: #605849;
}
</style>
border-color css
<style>
span { border-color: #605849; }
span { border-color: rgb(96,88,73); }
td.TdClassName
{
border-color: #605849;
}
.TagClassName
{
border-color: #605849;
}
</style>