Shades of Judge Grey #605245
Tints of Judge Grey #605245
RGB
CMYK
RGB Variations
Color information
#605245 (or 0x605245) is known color: Judge Grey. HEX triplet: 60, 52 and 45. RGB value is (96,82,69). Sum of RGB (Red+Green+Blue) = 96+82+69=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #605245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605245 is #9FADBA. Grayscale: #545454. Windows color (decimal): -10464699 or 4543072. OLE color: 4543072.
HSL color Cylindrical-coordinate representation of color #605245: hue angle of 28.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #605245 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 69 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.62 |
| HSL | 28.89º | 0.16% | 0.32% | - |
| HSV(B) | 28.89º | 0.28% | 0.38% | - |
| XYZ | 8.92 | 8.95 | 6.89 | - |
| YUV | 84.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 69 | 0 | 0.15 | 0.28 | 0.62 | 28.89 | 0.16 | 0.32 |
| Hex | 60 | 52 | 45 | 0 | F | 1C | 3E | 1D | 10 | 20 |
| Octal | 140 | 122 | 105 | 0 | 17 | 34 | 76 | 35 | 20 | 40 |
| Binary | 1100000 | 1010010 | 1000101 | 0 | 1111 | 11100 | 111110 | 11101 | 10000 | 100000 |
Color Harmonies of #605245
Complementary color
Monochromatic Colors of #605245
Black with #605245
Text Example
Text Example
White with #605245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605245; }
p { color: rgb(96,82,69); }
H1.HeaderClassName
{
color: #605245;
}
.AnyTagClassName
{
color: #605245;
}
</style>
background-color css
<style>
a { background-color: #605245; }
a { background-color: rgb(96,82,69); }
div.DivClassName
{
background-color: #605245;
}
.BgClassName
{
background-color: #605245;
}
</style>
border-color css
<style>
span { border-color: #605245; }
span { border-color: rgb(96,82,69); }
td.TdClassName
{
border-color: #605245;
}
.TagClassName
{
border-color: #605245;
}
</style>