Shades of Judge Grey #645342
Tints of Judge Grey #645342
RGB
CMYK
RGB Variations
Color information
#645342 (or 0x645342) is known color: Judge Grey. HEX triplet: 64, 53 and 42. RGB value is (100,83,66). Sum of RGB (Red+Green+Blue) = 100+83+66=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645342 is #9BACBD. Grayscale: #565656. Windows color (decimal): -10202302 or 4346724. OLE color: 4346724.
HSL color Cylindrical-coordinate representation of color #645342: hue angle of 30º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645342 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 66 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.61 |
| HSL | 30º | 0.2% | 0.33% | - |
| HSV(B) | 30º | 0.34% | 0.39% | - |
| XYZ | 9.33 | 9.29 | 6.46 | - |
| YUV | 86.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 66 | 0 | 0.17 | 0.34 | 0.61 | 30 | 0.2 | 0.33 |
| Hex | 64 | 53 | 42 | 0 | 11 | 22 | 3D | 1E | 14 | 21 |
| Octal | 144 | 123 | 102 | 0 | 21 | 42 | 75 | 36 | 24 | 41 |
| Binary | 1100100 | 1010011 | 1000010 | 0 | 10001 | 100010 | 111101 | 11110 | 10100 | 100001 |
Color Harmonies of #645342
Complementary color
Monochromatic Colors of #645342
Black with #645342
Text Example
Text Example
White with #645342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645342; }
p { color: rgb(100,83,66); }
H1.HeaderClassName
{
color: #645342;
}
.AnyTagClassName
{
color: #645342;
}
</style>
background-color css
<style>
a { background-color: #645342; }
a { background-color: rgb(100,83,66); }
div.DivClassName
{
background-color: #645342;
}
.BgClassName
{
background-color: #645342;
}
</style>
border-color css
<style>
span { border-color: #645342; }
span { border-color: rgb(100,83,66); }
td.TdClassName
{
border-color: #645342;
}
.TagClassName
{
border-color: #645342;
}
</style>