Shades of Judge Grey #64593E
Tints of Judge Grey #64593E
RGB
CMYK
RGB Variations
Color information
#64593E (or 0x64593E) is known color: Judge Grey. HEX triplet: 64, 59 and 3E. RGB value is (100,89,62). Sum of RGB (Red+Green+Blue) = 100+89+62=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #64593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64593E is #9BA6C1. Grayscale: #595959. Windows color (decimal): -10200770 or 4086116. OLE color: 4086116.
HSL color Cylindrical-coordinate representation of color #64593E: hue angle of 42.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64593E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 62 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.61 |
| HSL | 42.63º | 0.23% | 0.32% | - |
| HSV(B) | 42.63º | 0.38% | 0.39% | - |
| XYZ | 9.7 | 10.2 | 6.02 | - |
| YUV | 89.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 62 | 0 | 0.11 | 0.38 | 0.61 | 42.63 | 0.23 | 0.32 |
| Hex | 64 | 59 | 3E | 0 | B | 26 | 3D | 2B | 17 | 20 |
| Octal | 144 | 131 | 76 | 0 | 13 | 46 | 75 | 53 | 27 | 40 |
| Binary | 1100100 | 1011001 | 111110 | 0 | 1011 | 100110 | 111101 | 101011 | 10111 | 100000 |
Color Harmonies of #64593E
Complementary color
Monochromatic Colors of #64593E
Black with #64593E
Text Example
Text Example
White with #64593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64593E; }
p { color: rgb(100,89,62); }
H1.HeaderClassName
{
color: #64593E;
}
.AnyTagClassName
{
color: #64593E;
}
</style>
background-color css
<style>
a { background-color: #64593E; }
a { background-color: rgb(100,89,62); }
div.DivClassName
{
background-color: #64593E;
}
.BgClassName
{
background-color: #64593E;
}
</style>
border-color css
<style>
span { border-color: #64593E; }
span { border-color: rgb(100,89,62); }
td.TdClassName
{
border-color: #64593E;
}
.TagClassName
{
border-color: #64593E;
}
</style>