Shades of Judge Grey #64523D
Tints of Judge Grey #64523D
RGB
CMYK
RGB Variations
Color information
#64523D (or 0x64523D) is known color: Judge Grey. HEX triplet: 64, 52 and 3D. RGB value is (100,82,61). Sum of RGB (Red+Green+Blue) = 100+82+61=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64523D is #9BADC2. Grayscale: #555555. Windows color (decimal): -10202563 or 4018788. OLE color: 4018788.
HSL color Cylindrical-coordinate representation of color #64523D: hue angle of 32.31º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64523D is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 61 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.61 |
| HSL | 32.31º | 0.24% | 0.32% | - |
| HSV(B) | 32.31º | 0.39% | 0.39% | - |
| XYZ | 9.12 | 9.08 | 5.69 | - |
| YUV | 84.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 61 | 0 | 0.18 | 0.39 | 0.61 | 32.31 | 0.24 | 0.32 |
| Hex | 64 | 52 | 3D | 0 | 12 | 27 | 3D | 20 | 18 | 20 |
| Octal | 144 | 122 | 75 | 0 | 22 | 47 | 75 | 40 | 30 | 40 |
| Binary | 1100100 | 1010010 | 111101 | 0 | 10010 | 100111 | 111101 | 100000 | 11000 | 100000 |
Color Harmonies of #64523D
Complementary color
Monochromatic Colors of #64523D
Black with #64523D
Text Example
Text Example
White with #64523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64523D; }
p { color: rgb(100,82,61); }
H1.HeaderClassName
{
color: #64523D;
}
.AnyTagClassName
{
color: #64523D;
}
</style>
background-color css
<style>
a { background-color: #64523D; }
a { background-color: rgb(100,82,61); }
div.DivClassName
{
background-color: #64523D;
}
.BgClassName
{
background-color: #64523D;
}
</style>
border-color css
<style>
span { border-color: #64523D; }
span { border-color: rgb(100,82,61); }
td.TdClassName
{
border-color: #64523D;
}
.TagClassName
{
border-color: #64523D;
}
</style>