Shades of Judge Grey #605644
Tints of Judge Grey #605644
RGB
CMYK
RGB Variations
Color information
#605644 (or 0x605644) is known color: Judge Grey. HEX triplet: 60, 56 and 44. RGB value is (96,86,68). Sum of RGB (Red+Green+Blue) = 96+86+68=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605644 is #9FA9BB. Grayscale: #575757. Windows color (decimal): -10463676 or 4478560. OLE color: 4478560.
HSL color Cylindrical-coordinate representation of color #605644: hue angle of 38.57º 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 #605644 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 68 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.62 |
| HSL | 38.57º | 0.17% | 0.32% | - |
| HSV(B) | 38.57º | 0.29% | 0.38% | - |
| XYZ | 9.2 | 9.56 | 6.83 | - |
| YUV | 86.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 68 | 0 | 0.10 | 0.29 | 0.62 | 38.57 | 0.17 | 0.32 |
| Hex | 60 | 56 | 44 | 0 | A | 1D | 3E | 27 | 11 | 20 |
| Octal | 140 | 126 | 104 | 0 | 12 | 35 | 76 | 47 | 21 | 40 |
| Binary | 1100000 | 1010110 | 1000100 | 0 | 1010 | 11101 | 111110 | 100111 | 10001 | 100000 |
Color Harmonies of #605644
Complementary color
Monochromatic Colors of #605644
Black with #605644
Text Example
Text Example
White with #605644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605644; }
p { color: rgb(96,86,68); }
H1.HeaderClassName
{
color: #605644;
}
.AnyTagClassName
{
color: #605644;
}
</style>
background-color css
<style>
a { background-color: #605644; }
a { background-color: rgb(96,86,68); }
div.DivClassName
{
background-color: #605644;
}
.BgClassName
{
background-color: #605644;
}
</style>
border-color css
<style>
span { border-color: #605644; }
span { border-color: rgb(96,86,68); }
td.TdClassName
{
border-color: #605644;
}
.TagClassName
{
border-color: #605644;
}
</style>