Shades of Judge Grey #64533A
Tints of Judge Grey #64533A
RGB
CMYK
RGB Variations
Color information
#64533A (or 0x64533A) is known color: Judge Grey. HEX triplet: 64, 53 and 3A. RGB value is (100,83,58). Sum of RGB (Red+Green+Blue) = 100+83+58=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64533A is #9BACC5. Grayscale: #555555. Windows color (decimal): -10202310 or 3822436. OLE color: 3822436.
HSL color Cylindrical-coordinate representation of color #64533A: hue angle of 35.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64533A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 58 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.61 |
| HSL | 35.71º | 0.27% | 0.31% | - |
| HSV(B) | 35.71º | 0.42% | 0.39% | - |
| XYZ | 9.11 | 9.2 | 5.3 | - |
| YUV | 85.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 58 | 0 | 0.17 | 0.42 | 0.61 | 35.71 | 0.27 | 0.31 |
| Hex | 64 | 53 | 3A | 0 | 11 | 2A | 3D | 24 | 1B | 1F |
| Octal | 144 | 123 | 72 | 0 | 21 | 52 | 75 | 44 | 33 | 37 |
| Binary | 1100100 | 1010011 | 111010 | 0 | 10001 | 101010 | 111101 | 100100 | 11011 | 11111 |
Color Harmonies of #64533A
Complementary color
Monochromatic Colors of #64533A
Black with #64533A
Text Example
Text Example
White with #64533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64533A; }
p { color: rgb(100,83,58); }
H1.HeaderClassName
{
color: #64533A;
}
.AnyTagClassName
{
color: #64533A;
}
</style>
background-color css
<style>
a { background-color: #64533A; }
a { background-color: rgb(100,83,58); }
div.DivClassName
{
background-color: #64533A;
}
.BgClassName
{
background-color: #64533A;
}
</style>
border-color css
<style>
span { border-color: #64533A; }
span { border-color: rgb(100,83,58); }
td.TdClassName
{
border-color: #64533A;
}
.TagClassName
{
border-color: #64533A;
}
</style>