Shades of Judge Grey #65563E
Tints of Judge Grey #65563E
RGB
CMYK
RGB Variations
Color information
#65563E (or 0x65563E) is known color: Judge Grey. HEX triplet: 65, 56 and 3E. RGB value is (101,86,62). Sum of RGB (Red+Green+Blue) = 101+86+62=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #65563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65563E is #9AA9C1. Grayscale: #575757. Windows color (decimal): -10136002 or 4085349. OLE color: 4085349.
HSL color Cylindrical-coordinate representation of color #65563E: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65563E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 62 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.60 |
| HSL | 36.92º | 0.24% | 0.32% | - |
| HSV(B) | 36.92º | 0.39% | 0.4% | - |
| XYZ | 9.56 | 9.77 | 5.94 | - |
| YUV | 87.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 62 | 0 | 0.15 | 0.39 | 0.60 | 36.92 | 0.24 | 0.32 |
| Hex | 65 | 56 | 3E | 0 | F | 27 | 3C | 25 | 18 | 20 |
| Octal | 145 | 126 | 76 | 0 | 17 | 47 | 74 | 45 | 30 | 40 |
| Binary | 1100101 | 1010110 | 111110 | 0 | 1111 | 100111 | 111100 | 100101 | 11000 | 100000 |
Color Harmonies of #65563E
Complementary color
Monochromatic Colors of #65563E
Black with #65563E
Text Example
Text Example
White with #65563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65563E; }
p { color: rgb(101,86,62); }
H1.HeaderClassName
{
color: #65563E;
}
.AnyTagClassName
{
color: #65563E;
}
</style>
background-color css
<style>
a { background-color: #65563E; }
a { background-color: rgb(101,86,62); }
div.DivClassName
{
background-color: #65563E;
}
.BgClassName
{
background-color: #65563E;
}
</style>
border-color css
<style>
span { border-color: #65563E; }
span { border-color: rgb(101,86,62); }
td.TdClassName
{
border-color: #65563E;
}
.TagClassName
{
border-color: #65563E;
}
</style>