Shades of Judge Grey #62543C
Tints of Judge Grey #62543C
RGB
CMYK
RGB Variations
Color information
#62543C (or 0x62543C) is known color: Judge Grey. HEX triplet: 62, 54 and 3C. RGB value is (98,84,60). Sum of RGB (Red+Green+Blue) = 98+84+60=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62543C is #9DABC3. Grayscale: #555555. Windows color (decimal): -10333124 or 3953762. OLE color: 3953762.
HSL color Cylindrical-coordinate representation of color #62543C: hue angle of 37.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62543C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 60 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.62 |
| HSL | 37.89º | 0.24% | 0.31% | - |
| HSV(B) | 37.89º | 0.39% | 0.38% | - |
| XYZ | 9.02 | 9.26 | 5.59 | - |
| YUV | 85.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 60 | 0 | 0.14 | 0.39 | 0.62 | 37.89 | 0.24 | 0.31 |
| Hex | 62 | 54 | 3C | 0 | E | 27 | 3E | 26 | 18 | 1F |
| Octal | 142 | 124 | 74 | 0 | 16 | 47 | 76 | 46 | 30 | 37 |
| Binary | 1100010 | 1010100 | 111100 | 0 | 1110 | 100111 | 111110 | 100110 | 11000 | 11111 |
Color Harmonies of #62543C
Complementary color
Monochromatic Colors of #62543C
Black with #62543C
Text Example
Text Example
White with #62543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62543C; }
p { color: rgb(98,84,60); }
H1.HeaderClassName
{
color: #62543C;
}
.AnyTagClassName
{
color: #62543C;
}
</style>
background-color css
<style>
a { background-color: #62543C; }
a { background-color: rgb(98,84,60); }
div.DivClassName
{
background-color: #62543C;
}
.BgClassName
{
background-color: #62543C;
}
</style>
border-color css
<style>
span { border-color: #62543C; }
span { border-color: rgb(98,84,60); }
td.TdClassName
{
border-color: #62543C;
}
.TagClassName
{
border-color: #62543C;
}
</style>