Shades of Judge Grey #64543C
Tints of Judge Grey #64543C
RGB
CMYK
RGB Variations
Color information
#64543C (or 0x64543C) is known color: Judge Grey. HEX triplet: 64, 54 and 3C. RGB value is (100,84,60). Sum of RGB (Red+Green+Blue) = 100+84+60=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64543C is #9BABC3. Grayscale: #565656. Windows color (decimal): -10202052 or 3953764. OLE color: 3953764.
HSL color Cylindrical-coordinate representation of color #64543C: hue angle of 36º 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 #64543C is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 60 | - |
| CMYK | 0 | 0.16 | 0.4 | 0.61 |
| HSL | 36º | 0.25% | 0.31% | - |
| HSV(B) | 36º | 0.4% | 0.39% | - |
| XYZ | 9.24 | 9.38 | 5.6 | - |
| YUV | 86.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 60 | 0 | 0.16 | 0.4 | 0.61 | 36 | 0.25 | 0.31 |
| Hex | 64 | 54 | 3C | 0 | 10 | 28 | 3D | 24 | 19 | 1F |
| Octal | 144 | 124 | 74 | 0 | 20 | 50 | 75 | 44 | 31 | 37 |
| Binary | 1100100 | 1010100 | 111100 | 0 | 10000 | 101000 | 111101 | 100100 | 11001 | 11111 |
Color Harmonies of #64543C
Complementary color
Monochromatic Colors of #64543C
Black with #64543C
Text Example
Text Example
White with #64543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64543C; }
p { color: rgb(100,84,60); }
H1.HeaderClassName
{
color: #64543C;
}
.AnyTagClassName
{
color: #64543C;
}
</style>
background-color css
<style>
a { background-color: #64543C; }
a { background-color: rgb(100,84,60); }
div.DivClassName
{
background-color: #64543C;
}
.BgClassName
{
background-color: #64543C;
}
</style>
border-color css
<style>
span { border-color: #64543C; }
span { border-color: rgb(100,84,60); }
td.TdClassName
{
border-color: #64543C;
}
.TagClassName
{
border-color: #64543C;
}
</style>