Shades of Judge Grey #645A44
Tints of Judge Grey #645A44
RGB
CMYK
RGB Variations
Color information
#645A44 (or 0x645A44) is known color: Judge Grey. HEX triplet: 64, 5A and 44. RGB value is (100,90,68). Sum of RGB (Red+Green+Blue) = 100+90+68=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #645A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A44 is #9BA5BB. Grayscale: #5A5A5A. Windows color (decimal): -10200508 or 4479588. OLE color: 4479588.
HSL color Cylindrical-coordinate representation of color #645A44: hue angle of 41.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645A44 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 68 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.61 |
| HSL | 41.25º | 0.19% | 0.33% | - |
| HSV(B) | 41.25º | 0.32% | 0.39% | - |
| XYZ | 9.96 | 10.44 | 6.96 | - |
| YUV | 90.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 68 | 0 | 0.10 | 0.32 | 0.61 | 41.25 | 0.19 | 0.33 |
| Hex | 64 | 5A | 44 | 0 | A | 20 | 3D | 29 | 13 | 21 |
| Octal | 144 | 132 | 104 | 0 | 12 | 40 | 75 | 51 | 23 | 41 |
| Binary | 1100100 | 1011010 | 1000100 | 0 | 1010 | 100000 | 111101 | 101001 | 10011 | 100001 |
Color Harmonies of #645A44
Complementary color
Monochromatic Colors of #645A44
Black with #645A44
Text Example
Text Example
White with #645A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A44; }
p { color: rgb(100,90,68); }
H1.HeaderClassName
{
color: #645A44;
}
.AnyTagClassName
{
color: #645A44;
}
</style>
background-color css
<style>
a { background-color: #645A44; }
a { background-color: rgb(100,90,68); }
div.DivClassName
{
background-color: #645A44;
}
.BgClassName
{
background-color: #645A44;
}
</style>
border-color css
<style>
span { border-color: #645A44; }
span { border-color: rgb(100,90,68); }
td.TdClassName
{
border-color: #645A44;
}
.TagClassName
{
border-color: #645A44;
}
</style>