Shades of Judge Grey #62513B
Tints of Judge Grey #62513B
RGB
CMYK
RGB Variations
Color information
#62513B (or 0x62513B) is known color: Judge Grey. HEX triplet: 62, 51 and 3B. RGB value is (98,81,59). Sum of RGB (Red+Green+Blue) = 98+81+59=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #62513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62513B is #9DAEC4. Grayscale: #535353. Windows color (decimal): -10333893 or 3887458. OLE color: 3887458.
HSL color Cylindrical-coordinate representation of color #62513B: hue angle of 33.85º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62513B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 59 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.62 |
| HSL | 33.85º | 0.25% | 0.31% | - |
| HSV(B) | 33.85º | 0.4% | 0.38% | - |
| XYZ | 8.77 | 8.8 | 5.37 | - |
| YUV | 83.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 59 | 0 | 0.17 | 0.40 | 0.62 | 33.85 | 0.25 | 0.31 |
| Hex | 62 | 51 | 3B | 0 | 11 | 28 | 3E | 22 | 19 | 1F |
| Octal | 142 | 121 | 73 | 0 | 21 | 50 | 76 | 42 | 31 | 37 |
| Binary | 1100010 | 1010001 | 111011 | 0 | 10001 | 101000 | 111110 | 100010 | 11001 | 11111 |
Color Harmonies of #62513B
Complementary color
Monochromatic Colors of #62513B
Black with #62513B
Text Example
Text Example
White with #62513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62513B; }
p { color: rgb(98,81,59); }
H1.HeaderClassName
{
color: #62513B;
}
.AnyTagClassName
{
color: #62513B;
}
</style>
background-color css
<style>
a { background-color: #62513B; }
a { background-color: rgb(98,81,59); }
div.DivClassName
{
background-color: #62513B;
}
.BgClassName
{
background-color: #62513B;
}
</style>
border-color css
<style>
span { border-color: #62513B; }
span { border-color: rgb(98,81,59); }
td.TdClassName
{
border-color: #62513B;
}
.TagClassName
{
border-color: #62513B;
}
</style>