Shades of Judge Grey #62513C
Tints of Judge Grey #62513C
RGB
CMYK
RGB Variations
Color information
#62513C (or 0x62513C) is known color: Judge Grey. HEX triplet: 62, 51 and 3C. RGB value is (98,81,60). Sum of RGB (Red+Green+Blue) = 98+81+60=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 98 - color contains mainly: red. Hex color #62513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62513C is #9DAEC3. Grayscale: #535353. Windows color (decimal): -10333892 or 3952994. OLE color: 3952994.
HSL color Cylindrical-coordinate representation of color #62513C: hue angle of 33.16º 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 #62513C is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 60 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.62 |
| HSL | 33.16º | 0.24% | 0.31% | - |
| HSV(B) | 33.16º | 0.39% | 0.38% | - |
| XYZ | 8.8 | 8.81 | 5.51 | - |
| YUV | 83.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 60 | 0 | 0.17 | 0.39 | 0.62 | 33.16 | 0.24 | 0.31 |
| Hex | 62 | 51 | 3C | 0 | 11 | 27 | 3E | 21 | 18 | 1F |
| Octal | 142 | 121 | 74 | 0 | 21 | 47 | 76 | 41 | 30 | 37 |
| Binary | 1100010 | 1010001 | 111100 | 0 | 10001 | 100111 | 111110 | 100001 | 11000 | 11111 |
Color Harmonies of #62513C
Complementary color
Monochromatic Colors of #62513C
Black with #62513C
Text Example
Text Example
White with #62513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62513C; }
p { color: rgb(98,81,60); }
H1.HeaderClassName
{
color: #62513C;
}
.AnyTagClassName
{
color: #62513C;
}
</style>
background-color css
<style>
a { background-color: #62513C; }
a { background-color: rgb(98,81,60); }
div.DivClassName
{
background-color: #62513C;
}
.BgClassName
{
background-color: #62513C;
}
</style>
border-color css
<style>
span { border-color: #62513C; }
span { border-color: rgb(98,81,60); }
td.TdClassName
{
border-color: #62513C;
}
.TagClassName
{
border-color: #62513C;
}
</style>