Shades of Judge Grey #61513C
Tints of Judge Grey #61513C
RGB
CMYK
RGB Variations
Color information
#61513C (or 0x61513C) is known color: Judge Grey. HEX triplet: 61, 51 and 3C. RGB value is (97,81,60). Sum of RGB (Red+Green+Blue) = 97+81+60=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61513C is #9EAEC3. Grayscale: #535353. Windows color (decimal): -10399428 or 3952993. OLE color: 3952993.
HSL color Cylindrical-coordinate representation of color #61513C: hue angle of 34.05º degrees, saturation: 0.24, 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 #61513C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 60 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.62 |
| HSL | 34.05º | 0.24% | 0.31% | - |
| HSV(B) | 34.05º | 0.38% | 0.38% | - |
| XYZ | 8.69 | 8.75 | 5.51 | - |
| YUV | 83.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 60 | 0 | 0.16 | 0.38 | 0.62 | 34.05 | 0.24 | 0.31 |
| Hex | 61 | 51 | 3C | 0 | 10 | 26 | 3E | 22 | 18 | 1F |
| Octal | 141 | 121 | 74 | 0 | 20 | 46 | 76 | 42 | 30 | 37 |
| Binary | 1100001 | 1010001 | 111100 | 0 | 10000 | 100110 | 111110 | 100010 | 11000 | 11111 |
Color Harmonies of #61513C
Complementary color
Monochromatic Colors of #61513C
Black with #61513C
Text Example
Text Example
White with #61513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61513C; }
p { color: rgb(97,81,60); }
H1.HeaderClassName
{
color: #61513C;
}
.AnyTagClassName
{
color: #61513C;
}
</style>
background-color css
<style>
a { background-color: #61513C; }
a { background-color: rgb(97,81,60); }
div.DivClassName
{
background-color: #61513C;
}
.BgClassName
{
background-color: #61513C;
}
</style>
border-color css
<style>
span { border-color: #61513C; }
span { border-color: rgb(97,81,60); }
td.TdClassName
{
border-color: #61513C;
}
.TagClassName
{
border-color: #61513C;
}
</style>