Shades of Judge Grey #645940
Tints of Judge Grey #645940
RGB
CMYK
RGB Variations
Color information
#645940 (or 0x645940) is known color: Judge Grey. HEX triplet: 64, 59 and 40. RGB value is (100,89,64). Sum of RGB (Red+Green+Blue) = 100+89+64=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #645940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645940 is #9BA6BF. Grayscale: #595959. Windows color (decimal): -10200768 or 4217188. OLE color: 4217188.
HSL color Cylindrical-coordinate representation of color #645940: hue angle of 41.67º 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 #645940 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 64 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.61 |
| HSL | 41.67º | 0.22% | 0.32% | - |
| HSV(B) | 41.67º | 0.36% | 0.39% | - |
| XYZ | 9.75 | 10.22 | 6.31 | - |
| YUV | 89.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 64 | 0 | 0.11 | 0.36 | 0.61 | 41.67 | 0.22 | 0.32 |
| Hex | 64 | 59 | 40 | 0 | B | 24 | 3D | 2A | 16 | 20 |
| Octal | 144 | 131 | 100 | 0 | 13 | 44 | 75 | 52 | 26 | 40 |
| Binary | 1100100 | 1011001 | 1000000 | 0 | 1011 | 100100 | 111101 | 101010 | 10110 | 100000 |
Color Harmonies of #645940
Complementary color
Monochromatic Colors of #645940
Black with #645940
Text Example
Text Example
White with #645940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645940; }
p { color: rgb(100,89,64); }
H1.HeaderClassName
{
color: #645940;
}
.AnyTagClassName
{
color: #645940;
}
</style>
background-color css
<style>
a { background-color: #645940; }
a { background-color: rgb(100,89,64); }
div.DivClassName
{
background-color: #645940;
}
.BgClassName
{
background-color: #645940;
}
</style>
border-color css
<style>
span { border-color: #645940; }
span { border-color: rgb(100,89,64); }
td.TdClassName
{
border-color: #645940;
}
.TagClassName
{
border-color: #645940;
}
</style>