Shades of Judge Grey #65583F
Tints of Judge Grey #65583F
RGB
CMYK
RGB Variations
Color information
#65583F (or 0x65583F) is known color: Judge Grey. HEX triplet: 65, 58 and 3F. RGB value is (101,88,63). Sum of RGB (Red+Green+Blue) = 101+88+63=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #65583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65583F is #9AA7C0. Grayscale: #595959. Windows color (decimal): -10135489 or 4151397. OLE color: 4151397.
HSL color Cylindrical-coordinate representation of color #65583F: hue angle of 39.47º 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 #65583F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 63 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.60 |
| HSL | 39.47º | 0.23% | 0.32% | - |
| HSV(B) | 39.47º | 0.38% | 0.4% | - |
| XYZ | 9.75 | 10.11 | 6.14 | - |
| YUV | 89.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 63 | 0 | 0.13 | 0.38 | 0.60 | 39.47 | 0.23 | 0.32 |
| Hex | 65 | 58 | 3F | 0 | D | 26 | 3C | 27 | 17 | 20 |
| Octal | 145 | 130 | 77 | 0 | 15 | 46 | 74 | 47 | 27 | 40 |
| Binary | 1100101 | 1011000 | 111111 | 0 | 1101 | 100110 | 111100 | 100111 | 10111 | 100000 |
Color Harmonies of #65583F
Complementary color
Monochromatic Colors of #65583F
Black with #65583F
Text Example
Text Example
White with #65583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65583F; }
p { color: rgb(101,88,63); }
H1.HeaderClassName
{
color: #65583F;
}
.AnyTagClassName
{
color: #65583F;
}
</style>
background-color css
<style>
a { background-color: #65583F; }
a { background-color: rgb(101,88,63); }
div.DivClassName
{
background-color: #65583F;
}
.BgClassName
{
background-color: #65583F;
}
</style>
border-color css
<style>
span { border-color: #65583F; }
span { border-color: rgb(101,88,63); }
td.TdClassName
{
border-color: #65583F;
}
.TagClassName
{
border-color: #65583F;
}
</style>