Shades of Judge Grey #65563D
Tints of Judge Grey #65563D
RGB
CMYK
RGB Variations
Color information
#65563D (or 0x65563D) is known color: Judge Grey. HEX triplet: 65, 56 and 3D. RGB value is (101,86,61). Sum of RGB (Red+Green+Blue) = 101+86+61=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65563D is #9AA9C2. Grayscale: #575757. Windows color (decimal): -10136003 or 4019813. OLE color: 4019813.
HSL color Cylindrical-coordinate representation of color #65563D: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65563D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 61 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.60 |
| HSL | 37.5º | 0.25% | 0.32% | - |
| HSV(B) | 37.5º | 0.4% | 0.4% | - |
| XYZ | 9.54 | 9.76 | 5.8 | - |
| YUV | 87.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 61 | 0 | 0.15 | 0.40 | 0.60 | 37.5 | 0.25 | 0.32 |
| Hex | 65 | 56 | 3D | 0 | F | 28 | 3C | 26 | 19 | 20 |
| Octal | 145 | 126 | 75 | 0 | 17 | 50 | 74 | 46 | 31 | 40 |
| Binary | 1100101 | 1010110 | 111101 | 0 | 1111 | 101000 | 111100 | 100110 | 11001 | 100000 |
Color Harmonies of #65563D
Complementary color
Monochromatic Colors of #65563D
Black with #65563D
Text Example
Text Example
White with #65563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65563D; }
p { color: rgb(101,86,61); }
H1.HeaderClassName
{
color: #65563D;
}
.AnyTagClassName
{
color: #65563D;
}
</style>
background-color css
<style>
a { background-color: #65563D; }
a { background-color: rgb(101,86,61); }
div.DivClassName
{
background-color: #65563D;
}
.BgClassName
{
background-color: #65563D;
}
</style>
border-color css
<style>
span { border-color: #65563D; }
span { border-color: rgb(101,86,61); }
td.TdClassName
{
border-color: #65563D;
}
.TagClassName
{
border-color: #65563D;
}
</style>