Shades of Judge Grey #655841
Tints of Judge Grey #655841
RGB
CMYK
RGB Variations
Color information
#655841 (or 0x655841) is known color: Judge Grey. HEX triplet: 65, 58 and 41. RGB value is (101,88,65). Sum of RGB (Red+Green+Blue) = 101+88+65=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655841 is #9AA7BE. Grayscale: #595959. Windows color (decimal): -10135487 or 4282469. OLE color: 4282469.
HSL color Cylindrical-coordinate representation of color #655841: hue angle of 38.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655841 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 65 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.60 |
| HSL | 38.33º | 0.22% | 0.33% | - |
| HSV(B) | 38.33º | 0.36% | 0.4% | - |
| XYZ | 9.81 | 10.13 | 6.44 | - |
| YUV | 89.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 65 | 0 | 0.13 | 0.36 | 0.60 | 38.33 | 0.22 | 0.33 |
| Hex | 65 | 58 | 41 | 0 | D | 24 | 3C | 26 | 16 | 21 |
| Octal | 145 | 130 | 101 | 0 | 15 | 44 | 74 | 46 | 26 | 41 |
| Binary | 1100101 | 1011000 | 1000001 | 0 | 1101 | 100100 | 111100 | 100110 | 10110 | 100001 |
Color Harmonies of #655841
Complementary color
Monochromatic Colors of #655841
Black with #655841
Text Example
Text Example
White with #655841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655841; }
p { color: rgb(101,88,65); }
H1.HeaderClassName
{
color: #655841;
}
.AnyTagClassName
{
color: #655841;
}
</style>
background-color css
<style>
a { background-color: #655841; }
a { background-color: rgb(101,88,65); }
div.DivClassName
{
background-color: #655841;
}
.BgClassName
{
background-color: #655841;
}
</style>
border-color css
<style>
span { border-color: #655841; }
span { border-color: rgb(101,88,65); }
td.TdClassName
{
border-color: #655841;
}
.TagClassName
{
border-color: #655841;
}
</style>