Shades of Judge Grey #655840
Tints of Judge Grey #655840
RGB
CMYK
RGB Variations
Color information
#655840 (or 0x655840) is known color: Judge Grey. HEX triplet: 65, 58 and 40. RGB value is (101,88,64). Sum of RGB (Red+Green+Blue) = 101+88+64=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655840 is #9AA7BF. Grayscale: #595959. Windows color (decimal): -10135488 or 4216933. OLE color: 4216933.
HSL color Cylindrical-coordinate representation of color #655840: hue angle of 38.92º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #655840 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 64 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.60 |
| HSL | 38.92º | 0.22% | 0.32% | - |
| HSV(B) | 38.92º | 0.37% | 0.4% | - |
| XYZ | 9.78 | 10.12 | 6.29 | - |
| YUV | 89.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 64 | 0 | 0.13 | 0.37 | 0.60 | 38.92 | 0.22 | 0.32 |
| Hex | 65 | 58 | 40 | 0 | D | 25 | 3C | 27 | 16 | 20 |
| Octal | 145 | 130 | 100 | 0 | 15 | 45 | 74 | 47 | 26 | 40 |
| Binary | 1100101 | 1011000 | 1000000 | 0 | 1101 | 100101 | 111100 | 100111 | 10110 | 100000 |
Color Harmonies of #655840
Complementary color
Monochromatic Colors of #655840
Black with #655840
Text Example
Text Example
White with #655840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655840; }
p { color: rgb(101,88,64); }
H1.HeaderClassName
{
color: #655840;
}
.AnyTagClassName
{
color: #655840;
}
</style>
background-color css
<style>
a { background-color: #655840; }
a { background-color: rgb(101,88,64); }
div.DivClassName
{
background-color: #655840;
}
.BgClassName
{
background-color: #655840;
}
</style>
border-color css
<style>
span { border-color: #655840; }
span { border-color: rgb(101,88,64); }
td.TdClassName
{
border-color: #655840;
}
.TagClassName
{
border-color: #655840;
}
</style>