Shades of Judge Grey #64533B
Tints of Judge Grey #64533B
RGB
CMYK
RGB Variations
Color information
#64533B (or 0x64533B) is known color: Judge Grey. HEX triplet: 64, 53 and 3B. RGB value is (100,83,59). Sum of RGB (Red+Green+Blue) = 100+83+59=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64533B is #9BACC4. Grayscale: #555555. Windows color (decimal): -10202309 or 3887972. OLE color: 3887972.
HSL color Cylindrical-coordinate representation of color #64533B: hue angle of 35.12º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64533B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 59 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.61 |
| HSL | 35.12º | 0.26% | 0.31% | - |
| HSV(B) | 35.12º | 0.41% | 0.39% | - |
| XYZ | 9.14 | 9.21 | 5.43 | - |
| YUV | 85.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 59 | 0 | 0.17 | 0.41 | 0.61 | 35.12 | 0.26 | 0.31 |
| Hex | 64 | 53 | 3B | 0 | 11 | 29 | 3D | 23 | 1A | 1F |
| Octal | 144 | 123 | 73 | 0 | 21 | 51 | 75 | 43 | 32 | 37 |
| Binary | 1100100 | 1010011 | 111011 | 0 | 10001 | 101001 | 111101 | 100011 | 11010 | 11111 |
Color Harmonies of #64533B
Complementary color
Monochromatic Colors of #64533B
Black with #64533B
Text Example
Text Example
White with #64533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64533B; }
p { color: rgb(100,83,59); }
H1.HeaderClassName
{
color: #64533B;
}
.AnyTagClassName
{
color: #64533B;
}
</style>
background-color css
<style>
a { background-color: #64533B; }
a { background-color: rgb(100,83,59); }
div.DivClassName
{
background-color: #64533B;
}
.BgClassName
{
background-color: #64533B;
}
</style>
border-color css
<style>
span { border-color: #64533B; }
span { border-color: rgb(100,83,59); }
td.TdClassName
{
border-color: #64533B;
}
.TagClassName
{
border-color: #64533B;
}
</style>