Shades of Judge Grey #645442
Tints of Judge Grey #645442
RGB
CMYK
RGB Variations
Color information
#645442 (or 0x645442) is known color: Judge Grey. HEX triplet: 64, 54 and 42. RGB value is (100,84,66). Sum of RGB (Red+Green+Blue) = 100+84+66=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645442 is #9BABBD. Grayscale: #565656. Windows color (decimal): -10202046 or 4346980. OLE color: 4346980.
HSL color Cylindrical-coordinate representation of color #645442: hue angle of 31.76º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645442 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 66 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.61 |
| HSL | 31.76º | 0.2% | 0.33% | - |
| HSV(B) | 31.76º | 0.34% | 0.39% | - |
| XYZ | 9.41 | 9.44 | 6.48 | - |
| YUV | 86.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 66 | 0 | 0.16 | 0.34 | 0.61 | 31.76 | 0.2 | 0.33 |
| Hex | 64 | 54 | 42 | 0 | 10 | 22 | 3D | 20 | 14 | 21 |
| Octal | 144 | 124 | 102 | 0 | 20 | 42 | 75 | 40 | 24 | 41 |
| Binary | 1100100 | 1010100 | 1000010 | 0 | 10000 | 100010 | 111101 | 100000 | 10100 | 100001 |
Color Harmonies of #645442
Complementary color
Monochromatic Colors of #645442
Black with #645442
Text Example
Text Example
White with #645442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645442; }
p { color: rgb(100,84,66); }
H1.HeaderClassName
{
color: #645442;
}
.AnyTagClassName
{
color: #645442;
}
</style>
background-color css
<style>
a { background-color: #645442; }
a { background-color: rgb(100,84,66); }
div.DivClassName
{
background-color: #645442;
}
.BgClassName
{
background-color: #645442;
}
</style>
border-color css
<style>
span { border-color: #645442; }
span { border-color: rgb(100,84,66); }
td.TdClassName
{
border-color: #645442;
}
.TagClassName
{
border-color: #645442;
}
</style>