Shades of Judge Grey #645846
Tints of Judge Grey #645846
RGB
CMYK
RGB Variations
Color information
#645846 (or 0x645846) is known color: Judge Grey. HEX triplet: 64, 58 and 46. RGB value is (100,88,70). Sum of RGB (Red+Green+Blue) = 100+88+70=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #645846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645846 is #9BA7B9. Grayscale: #595959. Windows color (decimal): -10201018 or 4610148. OLE color: 4610148.
HSL color Cylindrical-coordinate representation of color #645846: hue angle of 36º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #645846 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 70 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.61 |
| HSL | 36º | 0.18% | 0.33% | - |
| HSV(B) | 36º | 0.3% | 0.39% | - |
| XYZ | 9.85 | 10.13 | 7.23 | - |
| YUV | 89.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 70 | 0 | 0.12 | 0.30 | 0.61 | 36 | 0.18 | 0.33 |
| Hex | 64 | 58 | 46 | 0 | C | 1E | 3D | 24 | 12 | 21 |
| Octal | 144 | 130 | 106 | 0 | 14 | 36 | 75 | 44 | 22 | 41 |
| Binary | 1100100 | 1011000 | 1000110 | 0 | 1100 | 11110 | 111101 | 100100 | 10010 | 100001 |
Color Harmonies of #645846
Complementary color
Monochromatic Colors of #645846
Black with #645846
Text Example
Text Example
White with #645846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645846; }
p { color: rgb(100,88,70); }
H1.HeaderClassName
{
color: #645846;
}
.AnyTagClassName
{
color: #645846;
}
</style>
background-color css
<style>
a { background-color: #645846; }
a { background-color: rgb(100,88,70); }
div.DivClassName
{
background-color: #645846;
}
.BgClassName
{
background-color: #645846;
}
</style>
border-color css
<style>
span { border-color: #645846; }
span { border-color: rgb(100,88,70); }
td.TdClassName
{
border-color: #645846;
}
.TagClassName
{
border-color: #645846;
}
</style>