Shades of Judge Grey #64583D
Tints of Judge Grey #64583D
RGB
CMYK
RGB Variations
Color information
#64583D (or 0x64583D) is known color: Judge Grey. HEX triplet: 64, 58 and 3D. RGB value is (100,88,61). Sum of RGB (Red+Green+Blue) = 100+88+61=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #64583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64583D is #9BA7C2. Grayscale: #585858. Windows color (decimal): -10201027 or 4020324. OLE color: 4020324.
HSL color Cylindrical-coordinate representation of color #64583D: hue angle of 41.54º 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 #64583D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 61 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.61 |
| HSL | 41.54º | 0.24% | 0.32% | - |
| HSV(B) | 41.54º | 0.39% | 0.39% | - |
| XYZ | 9.59 | 10.03 | 5.84 | - |
| YUV | 88.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 61 | 0 | 0.12 | 0.39 | 0.61 | 41.54 | 0.24 | 0.32 |
| Hex | 64 | 58 | 3D | 0 | C | 27 | 3D | 2A | 18 | 20 |
| Octal | 144 | 130 | 75 | 0 | 14 | 47 | 75 | 52 | 30 | 40 |
| Binary | 1100100 | 1011000 | 111101 | 0 | 1100 | 100111 | 111101 | 101010 | 11000 | 100000 |
Color Harmonies of #64583D
Complementary color
Monochromatic Colors of #64583D
Black with #64583D
Text Example
Text Example
White with #64583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64583D; }
p { color: rgb(100,88,61); }
H1.HeaderClassName
{
color: #64583D;
}
.AnyTagClassName
{
color: #64583D;
}
</style>
background-color css
<style>
a { background-color: #64583D; }
a { background-color: rgb(100,88,61); }
div.DivClassName
{
background-color: #64583D;
}
.BgClassName
{
background-color: #64583D;
}
</style>
border-color css
<style>
span { border-color: #64583D; }
span { border-color: rgb(100,88,61); }
td.TdClassName
{
border-color: #64583D;
}
.TagClassName
{
border-color: #64583D;
}
</style>