Shades of Judge Grey #645440
Tints of Judge Grey #645440
RGB
CMYK
RGB Variations
Color information
#645440 (or 0x645440) is known color: Judge Grey. HEX triplet: 64, 54 and 40. RGB value is (100,84,64). Sum of RGB (Red+Green+Blue) = 100+84+64=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645440 is #9BABBF. Grayscale: #565656. Windows color (decimal): -10202048 or 4215908. OLE color: 4215908.
HSL color Cylindrical-coordinate representation of color #645440: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645440 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 64 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.61 |
| HSL | 33.33º | 0.22% | 0.32% | - |
| HSV(B) | 33.33º | 0.36% | 0.39% | - |
| XYZ | 9.35 | 9.42 | 6.18 | - |
| YUV | 86.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 64 | 0 | 0.16 | 0.36 | 0.61 | 33.33 | 0.22 | 0.32 |
| Hex | 64 | 54 | 40 | 0 | 10 | 24 | 3D | 21 | 16 | 20 |
| Octal | 144 | 124 | 100 | 0 | 20 | 44 | 75 | 41 | 26 | 40 |
| Binary | 1100100 | 1010100 | 1000000 | 0 | 10000 | 100100 | 111101 | 100001 | 10110 | 100000 |
Color Harmonies of #645440
Complementary color
Monochromatic Colors of #645440
Black with #645440
Text Example
Text Example
White with #645440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645440; }
p { color: rgb(100,84,64); }
H1.HeaderClassName
{
color: #645440;
}
.AnyTagClassName
{
color: #645440;
}
</style>
background-color css
<style>
a { background-color: #645440; }
a { background-color: rgb(100,84,64); }
div.DivClassName
{
background-color: #645440;
}
.BgClassName
{
background-color: #645440;
}
</style>
border-color css
<style>
span { border-color: #645440; }
span { border-color: rgb(100,84,64); }
td.TdClassName
{
border-color: #645440;
}
.TagClassName
{
border-color: #645440;
}
</style>