Shades of Judge Grey #615845
Tints of Judge Grey #615845
RGB
CMYK
RGB Variations
Color information
#615845 (or 0x615845) is known color: Judge Grey. HEX triplet: 61, 58 and 45. RGB value is (97,88,69). Sum of RGB (Red+Green+Blue) = 97+88+69=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615845 is #9EA7BA. Grayscale: #585858. Windows color (decimal): -10397627 or 4544609. OLE color: 4544609.
HSL color Cylindrical-coordinate representation of color #615845: hue angle of 40.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615845 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 69 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.62 |
| HSL | 40.71º | 0.17% | 0.33% | - |
| HSV(B) | 40.71º | 0.29% | 0.38% | - |
| XYZ | 9.49 | 9.95 | 7.05 | - |
| YUV | 88.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 69 | 0 | 0.09 | 0.29 | 0.62 | 40.71 | 0.17 | 0.33 |
| Hex | 61 | 58 | 45 | 0 | 9 | 1D | 3E | 29 | 11 | 21 |
| Octal | 141 | 130 | 105 | 0 | 11 | 35 | 76 | 51 | 21 | 41 |
| Binary | 1100001 | 1011000 | 1000101 | 0 | 1001 | 11101 | 111110 | 101001 | 10001 | 100001 |
Color Harmonies of #615845
Complementary color
Monochromatic Colors of #615845
Black with #615845
Text Example
Text Example
White with #615845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615845; }
p { color: rgb(97,88,69); }
H1.HeaderClassName
{
color: #615845;
}
.AnyTagClassName
{
color: #615845;
}
</style>
background-color css
<style>
a { background-color: #615845; }
a { background-color: rgb(97,88,69); }
div.DivClassName
{
background-color: #615845;
}
.BgClassName
{
background-color: #615845;
}
</style>
border-color css
<style>
span { border-color: #615845; }
span { border-color: rgb(97,88,69); }
td.TdClassName
{
border-color: #615845;
}
.TagClassName
{
border-color: #615845;
}
</style>