Shades of Judge Grey #64573F
Tints of Judge Grey #64573F
RGB
CMYK
RGB Variations
Color information
#64573F (or 0x64573F) is known color: Judge Grey. HEX triplet: 64, 57 and 3F. RGB value is (100,87,63). Sum of RGB (Red+Green+Blue) = 100+87+63=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #64573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64573F is #9BA8C0. Grayscale: #585858. Windows color (decimal): -10201281 or 4151140. OLE color: 4151140.
HSL color Cylindrical-coordinate representation of color #64573F: hue angle of 38.92º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64573F is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 63 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.61 |
| HSL | 38.92º | 0.23% | 0.32% | - |
| HSV(B) | 38.92º | 0.37% | 0.39% | - |
| XYZ | 9.56 | 9.88 | 6.11 | - |
| YUV | 88.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 63 | 0 | 0.13 | 0.37 | 0.61 | 38.92 | 0.23 | 0.32 |
| Hex | 64 | 57 | 3F | 0 | D | 25 | 3D | 27 | 17 | 20 |
| Octal | 144 | 127 | 77 | 0 | 15 | 45 | 75 | 47 | 27 | 40 |
| Binary | 1100100 | 1010111 | 111111 | 0 | 1101 | 100101 | 111101 | 100111 | 10111 | 100000 |
Color Harmonies of #64573F
Complementary color
Monochromatic Colors of #64573F
Black with #64573F
Text Example
Text Example
White with #64573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64573F; }
p { color: rgb(100,87,63); }
H1.HeaderClassName
{
color: #64573F;
}
.AnyTagClassName
{
color: #64573F;
}
</style>
background-color css
<style>
a { background-color: #64573F; }
a { background-color: rgb(100,87,63); }
div.DivClassName
{
background-color: #64573F;
}
.BgClassName
{
background-color: #64573F;
}
</style>
border-color css
<style>
span { border-color: #64573F; }
span { border-color: rgb(100,87,63); }
td.TdClassName
{
border-color: #64573F;
}
.TagClassName
{
border-color: #64573F;
}
</style>