Shades of Judge Grey #63553A
Tints of Judge Grey #63553A
RGB
CMYK
RGB Variations
Color information
#63553A (or 0x63553A) is known color: Judge Grey. HEX triplet: 63, 55 and 3A. RGB value is (99,85,58). Sum of RGB (Red+Green+Blue) = 99+85+58=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63553A is #9CAAC5. Grayscale: #565656. Windows color (decimal): -10267334 or 3822947. OLE color: 3822947.
HSL color Cylindrical-coordinate representation of color #63553A: hue angle of 39.51º 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 #63553A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 58 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.61 |
| HSL | 39.51º | 0.26% | 0.31% | - |
| HSV(B) | 39.51º | 0.41% | 0.39% | - |
| XYZ | 9.16 | 9.46 | 5.35 | - |
| YUV | 86.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 58 | 0 | 0.14 | 0.41 | 0.61 | 39.51 | 0.26 | 0.31 |
| Hex | 63 | 55 | 3A | 0 | E | 29 | 3D | 28 | 1A | 1F |
| Octal | 143 | 125 | 72 | 0 | 16 | 51 | 75 | 50 | 32 | 37 |
| Binary | 1100011 | 1010101 | 111010 | 0 | 1110 | 101001 | 111101 | 101000 | 11010 | 11111 |
Color Harmonies of #63553A
Complementary color
Monochromatic Colors of #63553A
Black with #63553A
Text Example
Text Example
White with #63553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63553A; }
p { color: rgb(99,85,58); }
H1.HeaderClassName
{
color: #63553A;
}
.AnyTagClassName
{
color: #63553A;
}
</style>
background-color css
<style>
a { background-color: #63553A; }
a { background-color: rgb(99,85,58); }
div.DivClassName
{
background-color: #63553A;
}
.BgClassName
{
background-color: #63553A;
}
</style>
border-color css
<style>
span { border-color: #63553A; }
span { border-color: rgb(99,85,58); }
td.TdClassName
{
border-color: #63553A;
}
.TagClassName
{
border-color: #63553A;
}
</style>