Shades of Judge Grey #645645
Tints of Judge Grey #645645
RGB
CMYK
RGB Variations
Color information
#645645 (or 0x645645) is known color: Judge Grey. HEX triplet: 64, 56 and 45. RGB value is (100,86,69). Sum of RGB (Red+Green+Blue) = 100+86+69=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645645 is #9BA9BA. Grayscale: #585858. Windows color (decimal): -10201531 or 4544100. OLE color: 4544100.
HSL color Cylindrical-coordinate representation of color #645645: hue angle of 32.9º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645645 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 69 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.61 |
| HSL | 32.9º | 0.18% | 0.33% | - |
| HSV(B) | 32.9º | 0.31% | 0.39% | - |
| XYZ | 9.66 | 9.79 | 7.01 | - |
| YUV | 88.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 69 | 0 | 0.14 | 0.31 | 0.61 | 32.9 | 0.18 | 0.33 |
| Hex | 64 | 56 | 45 | 0 | E | 1F | 3D | 21 | 12 | 21 |
| Octal | 144 | 126 | 105 | 0 | 16 | 37 | 75 | 41 | 22 | 41 |
| Binary | 1100100 | 1010110 | 1000101 | 0 | 1110 | 11111 | 111101 | 100001 | 10010 | 100001 |
Color Harmonies of #645645
Complementary color
Monochromatic Colors of #645645
Black with #645645
Text Example
Text Example
White with #645645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645645; }
p { color: rgb(100,86,69); }
H1.HeaderClassName
{
color: #645645;
}
.AnyTagClassName
{
color: #645645;
}
</style>
background-color css
<style>
a { background-color: #645645; }
a { background-color: rgb(100,86,69); }
div.DivClassName
{
background-color: #645645;
}
.BgClassName
{
background-color: #645645;
}
</style>
border-color css
<style>
span { border-color: #645645; }
span { border-color: rgb(100,86,69); }
td.TdClassName
{
border-color: #645645;
}
.TagClassName
{
border-color: #645645;
}
</style>