Shades of Judge Grey #63523F
Tints of Judge Grey #63523F
RGB
CMYK
RGB Variations
Color information
#63523F (or 0x63523F) is known color: Judge Grey. HEX triplet: 63, 52 and 3F. RGB value is (99,82,63). Sum of RGB (Red+Green+Blue) = 99+82+63=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63523F is #9CADC0. Grayscale: #555555. Windows color (decimal): -10268097 or 4149859. OLE color: 4149859.
HSL color Cylindrical-coordinate representation of color #63523F: hue angle of 31.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63523F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 63 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.61 |
| HSL | 31.67º | 0.22% | 0.32% | - |
| HSV(B) | 31.67º | 0.36% | 0.39% | - |
| XYZ | 9.06 | 9.05 | 5.97 | - |
| YUV | 84.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 63 | 0 | 0.17 | 0.36 | 0.61 | 31.67 | 0.22 | 0.32 |
| Hex | 63 | 52 | 3F | 0 | 11 | 24 | 3D | 20 | 16 | 20 |
| Octal | 143 | 122 | 77 | 0 | 21 | 44 | 75 | 40 | 26 | 40 |
| Binary | 1100011 | 1010010 | 111111 | 0 | 10001 | 100100 | 111101 | 100000 | 10110 | 100000 |
Color Harmonies of #63523F
Complementary color
Monochromatic Colors of #63523F
Black with #63523F
Text Example
Text Example
White with #63523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63523F; }
p { color: rgb(99,82,63); }
H1.HeaderClassName
{
color: #63523F;
}
.AnyTagClassName
{
color: #63523F;
}
</style>
background-color css
<style>
a { background-color: #63523F; }
a { background-color: rgb(99,82,63); }
div.DivClassName
{
background-color: #63523F;
}
.BgClassName
{
background-color: #63523F;
}
</style>
border-color css
<style>
span { border-color: #63523F; }
span { border-color: rgb(99,82,63); }
td.TdClassName
{
border-color: #63523F;
}
.TagClassName
{
border-color: #63523F;
}
</style>