Shades of Judge Grey #63513B
Tints of Judge Grey #63513B
RGB
CMYK
RGB Variations
Color information
#63513B (or 0x63513B) is known color: Judge Grey. HEX triplet: 63, 51 and 3B. RGB value is (99,81,59). Sum of RGB (Red+Green+Blue) = 99+81+59=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63513B is #9CAEC4. Grayscale: #535353. Windows color (decimal): -10268357 or 3887459. OLE color: 3887459.
HSL color Cylindrical-coordinate representation of color #63513B: hue angle of 33º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63513B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 59 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.61 |
| HSL | 33º | 0.25% | 0.31% | - |
| HSV(B) | 33º | 0.4% | 0.39% | - |
| XYZ | 8.88 | 8.85 | 5.38 | - |
| YUV | 83.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 59 | 0 | 0.18 | 0.40 | 0.61 | 33 | 0.25 | 0.31 |
| Hex | 63 | 51 | 3B | 0 | 12 | 28 | 3D | 21 | 19 | 1F |
| Octal | 143 | 121 | 73 | 0 | 22 | 50 | 75 | 41 | 31 | 37 |
| Binary | 1100011 | 1010001 | 111011 | 0 | 10010 | 101000 | 111101 | 100001 | 11001 | 11111 |
Color Harmonies of #63513B
Complementary color
Monochromatic Colors of #63513B
Black with #63513B
Text Example
Text Example
White with #63513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63513B; }
p { color: rgb(99,81,59); }
H1.HeaderClassName
{
color: #63513B;
}
.AnyTagClassName
{
color: #63513B;
}
</style>
background-color css
<style>
a { background-color: #63513B; }
a { background-color: rgb(99,81,59); }
div.DivClassName
{
background-color: #63513B;
}
.BgClassName
{
background-color: #63513B;
}
</style>
border-color css
<style>
span { border-color: #63513B; }
span { border-color: rgb(99,81,59); }
td.TdClassName
{
border-color: #63513B;
}
.TagClassName
{
border-color: #63513B;
}
</style>