Shades of Judge Grey #64573C
Tints of Judge Grey #64573C
RGB
CMYK
RGB Variations
Color information
#64573C (or 0x64573C) is known color: Judge Grey. HEX triplet: 64, 57 and 3C. RGB value is (100,87,60). Sum of RGB (Red+Green+Blue) = 100+87+60=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64573C is #9BA8C3. Grayscale: #575757. Windows color (decimal): -10201284 or 3954532. OLE color: 3954532.
HSL color Cylindrical-coordinate representation of color #64573C: hue angle of 40.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64573C is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 60 | - |
| CMYK | 0 | 0.13 | 0.4 | 0.61 |
| HSL | 40.5º | 0.25% | 0.31% | - |
| HSV(B) | 40.5º | 0.4% | 0.39% | - |
| XYZ | 9.48 | 9.85 | 5.68 | - |
| YUV | 87.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 60 | 0 | 0.13 | 0.4 | 0.61 | 40.5 | 0.25 | 0.31 |
| Hex | 64 | 57 | 3C | 0 | D | 28 | 3D | 28 | 19 | 1F |
| Octal | 144 | 127 | 74 | 0 | 15 | 50 | 75 | 50 | 31 | 37 |
| Binary | 1100100 | 1010111 | 111100 | 0 | 1101 | 101000 | 111101 | 101000 | 11001 | 11111 |
Color Harmonies of #64573C
Complementary color
Monochromatic Colors of #64573C
Black with #64573C
Text Example
Text Example
White with #64573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64573C; }
p { color: rgb(100,87,60); }
H1.HeaderClassName
{
color: #64573C;
}
.AnyTagClassName
{
color: #64573C;
}
</style>
background-color css
<style>
a { background-color: #64573C; }
a { background-color: rgb(100,87,60); }
div.DivClassName
{
background-color: #64573C;
}
.BgClassName
{
background-color: #64573C;
}
</style>
border-color css
<style>
span { border-color: #64573C; }
span { border-color: rgb(100,87,60); }
td.TdClassName
{
border-color: #64573C;
}
.TagClassName
{
border-color: #64573C;
}
</style>