Shades of Judge Grey #63563E
Tints of Judge Grey #63563E
RGB
CMYK
RGB Variations
Color information
#63563E (or 0x63563E) is known color: Judge Grey. HEX triplet: 63, 56 and 3E. RGB value is (99,86,62). Sum of RGB (Red+Green+Blue) = 99+86+62=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63563E is #9CA9C1. Grayscale: #575757. Windows color (decimal): -10267074 or 4085347. OLE color: 4085347.
HSL color Cylindrical-coordinate representation of color #63563E: hue angle of 38.92º 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 #63563E is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 62 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.61 |
| HSL | 38.92º | 0.23% | 0.32% | - |
| HSV(B) | 38.92º | 0.37% | 0.39% | - |
| XYZ | 9.34 | 9.66 | 5.93 | - |
| YUV | 87.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 62 | 0 | 0.13 | 0.37 | 0.61 | 38.92 | 0.23 | 0.32 |
| Hex | 63 | 56 | 3E | 0 | D | 25 | 3D | 27 | 17 | 20 |
| Octal | 143 | 126 | 76 | 0 | 15 | 45 | 75 | 47 | 27 | 40 |
| Binary | 1100011 | 1010110 | 111110 | 0 | 1101 | 100101 | 111101 | 100111 | 10111 | 100000 |
Color Harmonies of #63563E
Complementary color
Monochromatic Colors of #63563E
Black with #63563E
Text Example
Text Example
White with #63563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63563E; }
p { color: rgb(99,86,62); }
H1.HeaderClassName
{
color: #63563E;
}
.AnyTagClassName
{
color: #63563E;
}
</style>
background-color css
<style>
a { background-color: #63563E; }
a { background-color: rgb(99,86,62); }
div.DivClassName
{
background-color: #63563E;
}
.BgClassName
{
background-color: #63563E;
}
</style>
border-color css
<style>
span { border-color: #63563E; }
span { border-color: rgb(99,86,62); }
td.TdClassName
{
border-color: #63563E;
}
.TagClassName
{
border-color: #63563E;
}
</style>