Shades of Judge Grey #605645
Tints of Judge Grey #605645
RGB
CMYK
RGB Variations
Color information
#605645 (or 0x605645) is known color: Judge Grey. HEX triplet: 60, 56 and 45. RGB value is (96,86,69). Sum of RGB (Red+Green+Blue) = 96+86+69=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605645 is #9FA9BA. Grayscale: #575757. Windows color (decimal): -10463675 or 4544096. OLE color: 4544096.
HSL color Cylindrical-coordinate representation of color #605645: hue angle of 37.78º 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 #605645 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 69 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.62 |
| HSL | 37.78º | 0.16% | 0.32% | - |
| HSV(B) | 37.78º | 0.28% | 0.38% | - |
| XYZ | 9.23 | 9.57 | 6.99 | - |
| YUV | 87.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 69 | 0 | 0.10 | 0.28 | 0.62 | 37.78 | 0.16 | 0.32 |
| Hex | 60 | 56 | 45 | 0 | A | 1C | 3E | 26 | 10 | 20 |
| Octal | 140 | 126 | 105 | 0 | 12 | 34 | 76 | 46 | 20 | 40 |
| Binary | 1100000 | 1010110 | 1000101 | 0 | 1010 | 11100 | 111110 | 100110 | 10000 | 100000 |
Color Harmonies of #605645
Complementary color
Monochromatic Colors of #605645
Black with #605645
Text Example
Text Example
White with #605645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605645; }
p { color: rgb(96,86,69); }
H1.HeaderClassName
{
color: #605645;
}
.AnyTagClassName
{
color: #605645;
}
</style>
background-color css
<style>
a { background-color: #605645; }
a { background-color: rgb(96,86,69); }
div.DivClassName
{
background-color: #605645;
}
.BgClassName
{
background-color: #605645;
}
</style>
border-color css
<style>
span { border-color: #605645; }
span { border-color: rgb(96,86,69); }
td.TdClassName
{
border-color: #605645;
}
.TagClassName
{
border-color: #605645;
}
</style>