Shades of Judge Grey #64563C
Tints of Judge Grey #64563C
RGB
CMYK
RGB Variations
Color information
#64563C (or 0x64563C) is known color: Judge Grey. HEX triplet: 64, 56 and 3C. RGB value is (100,86,60). Sum of RGB (Red+Green+Blue) = 100+86+60=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64563C is #9BA9C3. Grayscale: #575757. Windows color (decimal): -10201540 or 3954276. OLE color: 3954276.
HSL color Cylindrical-coordinate representation of color #64563C: hue angle of 39º 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 #64563C is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 60 | - |
| CMYK | 0 | 0.14 | 0.4 | 0.61 |
| HSL | 39º | 0.25% | 0.31% | - |
| HSV(B) | 39º | 0.4% | 0.39% | - |
| XYZ | 9.4 | 9.69 | 5.65 | - |
| YUV | 87.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 60 | 0 | 0.14 | 0.4 | 0.61 | 39 | 0.25 | 0.31 |
| Hex | 64 | 56 | 3C | 0 | E | 28 | 3D | 27 | 19 | 1F |
| Octal | 144 | 126 | 74 | 0 | 16 | 50 | 75 | 47 | 31 | 37 |
| Binary | 1100100 | 1010110 | 111100 | 0 | 1110 | 101000 | 111101 | 100111 | 11001 | 11111 |
Color Harmonies of #64563C
Complementary color
Monochromatic Colors of #64563C
Black with #64563C
Text Example
Text Example
White with #64563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64563C; }
p { color: rgb(100,86,60); }
H1.HeaderClassName
{
color: #64563C;
}
.AnyTagClassName
{
color: #64563C;
}
</style>
background-color css
<style>
a { background-color: #64563C; }
a { background-color: rgb(100,86,60); }
div.DivClassName
{
background-color: #64563C;
}
.BgClassName
{
background-color: #64563C;
}
</style>
border-color css
<style>
span { border-color: #64563C; }
span { border-color: rgb(100,86,60); }
td.TdClassName
{
border-color: #64563C;
}
.TagClassName
{
border-color: #64563C;
}
</style>