Shades of Judge Grey #63553E
Tints of Judge Grey #63553E
RGB
CMYK
RGB Variations
Color information
#63553E (or 0x63553E) is known color: Judge Grey. HEX triplet: 63, 55 and 3E. RGB value is (99,85,62). Sum of RGB (Red+Green+Blue) = 99+85+62=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63553E is #9CAAC1. Grayscale: #565656. Windows color (decimal): -10267330 or 4085091. OLE color: 4085091.
HSL color Cylindrical-coordinate representation of color #63553E: hue angle of 37.3º 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 #63553E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 62 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.61 |
| HSL | 37.3º | 0.23% | 0.32% | - |
| HSV(B) | 37.3º | 0.37% | 0.39% | - |
| XYZ | 9.26 | 9.5 | 5.9 | - |
| YUV | 86.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 62 | 0 | 0.14 | 0.37 | 0.61 | 37.3 | 0.23 | 0.32 |
| Hex | 63 | 55 | 3E | 0 | E | 25 | 3D | 25 | 17 | 20 |
| Octal | 143 | 125 | 76 | 0 | 16 | 45 | 75 | 45 | 27 | 40 |
| Binary | 1100011 | 1010101 | 111110 | 0 | 1110 | 100101 | 111101 | 100101 | 10111 | 100000 |
Color Harmonies of #63553E
Complementary color
Monochromatic Colors of #63553E
Black with #63553E
Text Example
Text Example
White with #63553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63553E; }
p { color: rgb(99,85,62); }
H1.HeaderClassName
{
color: #63553E;
}
.AnyTagClassName
{
color: #63553E;
}
</style>
background-color css
<style>
a { background-color: #63553E; }
a { background-color: rgb(99,85,62); }
div.DivClassName
{
background-color: #63553E;
}
.BgClassName
{
background-color: #63553E;
}
</style>
border-color css
<style>
span { border-color: #63553E; }
span { border-color: rgb(99,85,62); }
td.TdClassName
{
border-color: #63553E;
}
.TagClassName
{
border-color: #63553E;
}
</style>