Shades of Judge Grey #64533F
Tints of Judge Grey #64533F
RGB
CMYK
RGB Variations
Color information
#64533F (or 0x64533F) is known color: Judge Grey. HEX triplet: 64, 53 and 3F. RGB value is (100,83,63). Sum of RGB (Red+Green+Blue) = 100+83+63=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64533F is #9BACC0. Grayscale: #555555. Windows color (decimal): -10202305 or 4150116. OLE color: 4150116.
HSL color Cylindrical-coordinate representation of color #64533F: hue angle of 32.43º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64533F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 63 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.61 |
| HSL | 32.43º | 0.23% | 0.32% | - |
| HSV(B) | 32.43º | 0.37% | 0.39% | - |
| XYZ | 9.25 | 9.25 | 6 | - |
| YUV | 85.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 63 | 0 | 0.17 | 0.37 | 0.61 | 32.43 | 0.23 | 0.32 |
| Hex | 64 | 53 | 3F | 0 | 11 | 25 | 3D | 20 | 17 | 20 |
| Octal | 144 | 123 | 77 | 0 | 21 | 45 | 75 | 40 | 27 | 40 |
| Binary | 1100100 | 1010011 | 111111 | 0 | 10001 | 100101 | 111101 | 100000 | 10111 | 100000 |
Color Harmonies of #64533F
Complementary color
Monochromatic Colors of #64533F
Black with #64533F
Text Example
Text Example
White with #64533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64533F; }
p { color: rgb(100,83,63); }
H1.HeaderClassName
{
color: #64533F;
}
.AnyTagClassName
{
color: #64533F;
}
</style>
background-color css
<style>
a { background-color: #64533F; }
a { background-color: rgb(100,83,63); }
div.DivClassName
{
background-color: #64533F;
}
.BgClassName
{
background-color: #64533F;
}
</style>
border-color css
<style>
span { border-color: #64533F; }
span { border-color: rgb(100,83,63); }
td.TdClassName
{
border-color: #64533F;
}
.TagClassName
{
border-color: #64533F;
}
</style>