Shades of Judge Grey #65593F
Tints of Judge Grey #65593F
RGB
CMYK
RGB Variations
Color information
#65593F (or 0x65593F) is known color: Judge Grey. HEX triplet: 65, 59 and 3F. RGB value is (101,89,63). Sum of RGB (Red+Green+Blue) = 101+89+63=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #65593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65593F is #9AA6C0. Grayscale: #595959. Windows color (decimal): -10135233 or 4151653. OLE color: 4151653.
HSL color Cylindrical-coordinate representation of color #65593F: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65593F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 63 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.60 |
| HSL | 41.05º | 0.23% | 0.32% | - |
| HSV(B) | 41.05º | 0.38% | 0.4% | - |
| XYZ | 9.84 | 10.27 | 6.17 | - |
| YUV | 89.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 63 | 0 | 0.12 | 0.38 | 0.60 | 41.05 | 0.23 | 0.32 |
| Hex | 65 | 59 | 3F | 0 | C | 26 | 3C | 29 | 17 | 20 |
| Octal | 145 | 131 | 77 | 0 | 14 | 46 | 74 | 51 | 27 | 40 |
| Binary | 1100101 | 1011001 | 111111 | 0 | 1100 | 100110 | 111100 | 101001 | 10111 | 100000 |
Color Harmonies of #65593F
Complementary color
Monochromatic Colors of #65593F
Black with #65593F
Text Example
Text Example
White with #65593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65593F; }
p { color: rgb(101,89,63); }
H1.HeaderClassName
{
color: #65593F;
}
.AnyTagClassName
{
color: #65593F;
}
</style>
background-color css
<style>
a { background-color: #65593F; }
a { background-color: rgb(101,89,63); }
div.DivClassName
{
background-color: #65593F;
}
.BgClassName
{
background-color: #65593F;
}
</style>
border-color css
<style>
span { border-color: #65593F; }
span { border-color: rgb(101,89,63); }
td.TdClassName
{
border-color: #65593F;
}
.TagClassName
{
border-color: #65593F;
}
</style>