Shades of Judge Grey #61533D
Tints of Judge Grey #61533D
RGB
CMYK
RGB Variations
Color information
#61533D (or 0x61533D) is known color: Judge Grey. HEX triplet: 61, 53 and 3D. RGB value is (97,83,61). Sum of RGB (Red+Green+Blue) = 97+83+61=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533D is #9EACC2. Grayscale: #545454. Windows color (decimal): -10398915 or 4019041. OLE color: 4019041.
HSL color Cylindrical-coordinate representation of color #61533D: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61533D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 61 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.62 |
| HSL | 36.67º | 0.23% | 0.31% | - |
| HSV(B) | 36.67º | 0.37% | 0.38% | - |
| XYZ | 8.87 | 9.06 | 5.7 | - |
| YUV | 84.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 61 | 0 | 0.14 | 0.37 | 0.62 | 36.67 | 0.23 | 0.31 |
| Hex | 61 | 53 | 3D | 0 | E | 25 | 3E | 25 | 17 | 1F |
| Octal | 141 | 123 | 75 | 0 | 16 | 45 | 76 | 45 | 27 | 37 |
| Binary | 1100001 | 1010011 | 111101 | 0 | 1110 | 100101 | 111110 | 100101 | 10111 | 11111 |
Color Harmonies of #61533D
Complementary color
Monochromatic Colors of #61533D
Black with #61533D
Text Example
Text Example
White with #61533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61533D; }
p { color: rgb(97,83,61); }
H1.HeaderClassName
{
color: #61533D;
}
.AnyTagClassName
{
color: #61533D;
}
</style>
background-color css
<style>
a { background-color: #61533D; }
a { background-color: rgb(97,83,61); }
div.DivClassName
{
background-color: #61533D;
}
.BgClassName
{
background-color: #61533D;
}
</style>
border-color css
<style>
span { border-color: #61533D; }
span { border-color: rgb(97,83,61); }
td.TdClassName
{
border-color: #61533D;
}
.TagClassName
{
border-color: #61533D;
}
</style>