Shades of Judge Grey #63543D
Tints of Judge Grey #63543D
RGB
CMYK
RGB Variations
Color information
#63543D (or 0x63543D) is known color: Judge Grey. HEX triplet: 63, 54 and 3D. RGB value is (99,84,61). Sum of RGB (Red+Green+Blue) = 99+84+61=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63543D is #9CABC2. Grayscale: #555555. Windows color (decimal): -10267587 or 4019299. OLE color: 4019299.
HSL color Cylindrical-coordinate representation of color #63543D: hue angle of 36.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63543D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 61 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.61 |
| HSL | 36.32º | 0.24% | 0.31% | - |
| HSV(B) | 36.32º | 0.38% | 0.39% | - |
| XYZ | 9.16 | 9.33 | 5.73 | - |
| YUV | 85.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 61 | 0 | 0.15 | 0.38 | 0.61 | 36.32 | 0.24 | 0.31 |
| Hex | 63 | 54 | 3D | 0 | F | 26 | 3D | 24 | 18 | 1F |
| Octal | 143 | 124 | 75 | 0 | 17 | 46 | 75 | 44 | 30 | 37 |
| Binary | 1100011 | 1010100 | 111101 | 0 | 1111 | 100110 | 111101 | 100100 | 11000 | 11111 |
Color Harmonies of #63543D
Complementary color
Monochromatic Colors of #63543D
Black with #63543D
Text Example
Text Example
White with #63543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63543D; }
p { color: rgb(99,84,61); }
H1.HeaderClassName
{
color: #63543D;
}
.AnyTagClassName
{
color: #63543D;
}
</style>
background-color css
<style>
a { background-color: #63543D; }
a { background-color: rgb(99,84,61); }
div.DivClassName
{
background-color: #63543D;
}
.BgClassName
{
background-color: #63543D;
}
</style>
border-color css
<style>
span { border-color: #63543D; }
span { border-color: rgb(99,84,61); }
td.TdClassName
{
border-color: #63543D;
}
.TagClassName
{
border-color: #63543D;
}
</style>