Shades of Judge Grey #605544
Tints of Judge Grey #605544
RGB
CMYK
RGB Variations
Color information
#605544 (or 0x605544) is known color: Judge Grey. HEX triplet: 60, 55 and 44. RGB value is (96,85,68). Sum of RGB (Red+Green+Blue) = 96+85+68=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #605544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605544 is #9FAABB. Grayscale: #565656. Windows color (decimal): -10463932 or 4478304. OLE color: 4478304.
HSL color Cylindrical-coordinate representation of color #605544: hue angle of 36.43º 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 #605544 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 68 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.62 |
| HSL | 36.43º | 0.17% | 0.32% | - |
| HSV(B) | 36.43º | 0.29% | 0.38% | - |
| XYZ | 9.12 | 9.4 | 6.8 | - |
| YUV | 86.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 68 | 0 | 0.11 | 0.29 | 0.62 | 36.43 | 0.17 | 0.32 |
| Hex | 60 | 55 | 44 | 0 | B | 1D | 3E | 24 | 11 | 20 |
| Octal | 140 | 125 | 104 | 0 | 13 | 35 | 76 | 44 | 21 | 40 |
| Binary | 1100000 | 1010101 | 1000100 | 0 | 1011 | 11101 | 111110 | 100100 | 10001 | 100000 |
Color Harmonies of #605544
Complementary color
Monochromatic Colors of #605544
Black with #605544
Text Example
Text Example
White with #605544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605544; }
p { color: rgb(96,85,68); }
H1.HeaderClassName
{
color: #605544;
}
.AnyTagClassName
{
color: #605544;
}
</style>
background-color css
<style>
a { background-color: #605544; }
a { background-color: rgb(96,85,68); }
div.DivClassName
{
background-color: #605544;
}
.BgClassName
{
background-color: #605544;
}
</style>
border-color css
<style>
span { border-color: #605544; }
span { border-color: rgb(96,85,68); }
td.TdClassName
{
border-color: #605544;
}
.TagClassName
{
border-color: #605544;
}
</style>