Shades of Judge Grey #61533B
Tints of Judge Grey #61533B
RGB
CMYK
RGB Variations
Color information
#61533B (or 0x61533B) is known color: Judge Grey. HEX triplet: 61, 53 and 3B. RGB value is (97,83,59). Sum of RGB (Red+Green+Blue) = 97+83+59=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533B is #9EACC4. Grayscale: #545454. Windows color (decimal): -10398917 or 3887969. OLE color: 3887969.
HSL color Cylindrical-coordinate representation of color #61533B: 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 #61533B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 59 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.62 |
| HSL | 37.89º | 0.24% | 0.31% | - |
| HSV(B) | 37.89º | 0.39% | 0.38% | - |
| XYZ | 8.81 | 9.04 | 5.42 | - |
| YUV | 84.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 59 | 0 | 0.14 | 0.39 | 0.62 | 37.89 | 0.24 | 0.31 |
| Hex | 61 | 53 | 3B | 0 | E | 27 | 3E | 26 | 18 | 1F |
| Octal | 141 | 123 | 73 | 0 | 16 | 47 | 76 | 46 | 30 | 37 |
| Binary | 1100001 | 1010011 | 111011 | 0 | 1110 | 100111 | 111110 | 100110 | 11000 | 11111 |
Color Harmonies of #61533B
Complementary color
Monochromatic Colors of #61533B
Black with #61533B
Text Example
Text Example
White with #61533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61533B; }
p { color: rgb(97,83,59); }
H1.HeaderClassName
{
color: #61533B;
}
.AnyTagClassName
{
color: #61533B;
}
</style>
background-color css
<style>
a { background-color: #61533B; }
a { background-color: rgb(97,83,59); }
div.DivClassName
{
background-color: #61533B;
}
.BgClassName
{
background-color: #61533B;
}
</style>
border-color css
<style>
span { border-color: #61533B; }
span { border-color: rgb(97,83,59); }
td.TdClassName
{
border-color: #61533B;
}
.TagClassName
{
border-color: #61533B;
}
</style>