Shades of Judge Grey #62543D
Tints of Judge Grey #62543D
RGB
CMYK
RGB Variations
Color information
#62543D (or 0x62543D) is known color: Judge Grey. HEX triplet: 62, 54 and 3D. RGB value is (98,84,61). Sum of RGB (Red+Green+Blue) = 98+84+61=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62543D is #9DABC2. Grayscale: #555555. Windows color (decimal): -10333123 or 4019298. OLE color: 4019298.
HSL color Cylindrical-coordinate representation of color #62543D: hue angle of 37.3º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62543D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 61 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.62 |
| HSL | 37.3º | 0.23% | 0.31% | - |
| HSV(B) | 37.3º | 0.38% | 0.38% | - |
| XYZ | 9.05 | 9.27 | 5.73 | - |
| YUV | 85.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 61 | 0 | 0.14 | 0.38 | 0.62 | 37.3 | 0.23 | 0.31 |
| Hex | 62 | 54 | 3D | 0 | E | 26 | 3E | 25 | 17 | 1F |
| Octal | 142 | 124 | 75 | 0 | 16 | 46 | 76 | 45 | 27 | 37 |
| Binary | 1100010 | 1010100 | 111101 | 0 | 1110 | 100110 | 111110 | 100101 | 10111 | 11111 |
Color Harmonies of #62543D
Complementary color
Monochromatic Colors of #62543D
Black with #62543D
Text Example
Text Example
White with #62543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62543D; }
p { color: rgb(98,84,61); }
H1.HeaderClassName
{
color: #62543D;
}
.AnyTagClassName
{
color: #62543D;
}
</style>
background-color css
<style>
a { background-color: #62543D; }
a { background-color: rgb(98,84,61); }
div.DivClassName
{
background-color: #62543D;
}
.BgClassName
{
background-color: #62543D;
}
</style>
border-color css
<style>
span { border-color: #62543D; }
span { border-color: rgb(98,84,61); }
td.TdClassName
{
border-color: #62543D;
}
.TagClassName
{
border-color: #62543D;
}
</style>