Shades of Judge Grey #61553D
Tints of Judge Grey #61553D
RGB
CMYK
RGB Variations
Color information
#61553D (or 0x61553D) is known color: Judge Grey. HEX triplet: 61, 55 and 3D. RGB value is (97,85,61). Sum of RGB (Red+Green+Blue) = 97+85+61=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61553D is #9EAAC2. Grayscale: #555555. Windows color (decimal): -10398403 or 4019553. OLE color: 4019553.
HSL color Cylindrical-coordinate representation of color #61553D: hue angle of 40º 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 #61553D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 85 | 61 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.62 |
| HSL | 40º | 0.23% | 0.31% | - |
| HSV(B) | 40º | 0.37% | 0.38% | - |
| XYZ | 9.02 | 9.38 | 5.75 | - |
| YUV | 85.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 61 | 0 | 0.12 | 0.37 | 0.62 | 40 | 0.23 | 0.31 |
| Hex | 61 | 55 | 3D | 0 | C | 25 | 3E | 28 | 17 | 1F |
| Octal | 141 | 125 | 75 | 0 | 14 | 45 | 76 | 50 | 27 | 37 |
| Binary | 1100001 | 1010101 | 111101 | 0 | 1100 | 100101 | 111110 | 101000 | 10111 | 11111 |
Color Harmonies of #61553D
Complementary color
Monochromatic Colors of #61553D
Black with #61553D
Text Example
Text Example
White with #61553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61553D; }
p { color: rgb(97,85,61); }
H1.HeaderClassName
{
color: #61553D;
}
.AnyTagClassName
{
color: #61553D;
}
</style>
background-color css
<style>
a { background-color: #61553D; }
a { background-color: rgb(97,85,61); }
div.DivClassName
{
background-color: #61553D;
}
.BgClassName
{
background-color: #61553D;
}
</style>
border-color css
<style>
span { border-color: #61553D; }
span { border-color: rgb(97,85,61); }
td.TdClassName
{
border-color: #61553D;
}
.TagClassName
{
border-color: #61553D;
}
</style>