Shades of Judge Grey #655643
Tints of Judge Grey #655643
RGB
CMYK
RGB Variations
Color information
#655643 (or 0x655643) is known color: Judge Grey. HEX triplet: 65, 56 and 43. RGB value is (101,86,67). Sum of RGB (Red+Green+Blue) = 101+86+67=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655643 is #9AA9BC. Grayscale: #585858. Windows color (decimal): -10135997 or 4413029. OLE color: 4413029.
HSL color Cylindrical-coordinate representation of color #655643: hue angle of 33.53º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655643 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 67 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.60 |
| HSL | 33.53º | 0.2% | 0.33% | - |
| HSV(B) | 33.53º | 0.34% | 0.4% | - |
| XYZ | 9.71 | 9.83 | 6.7 | - |
| YUV | 88.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 67 | 0 | 0.15 | 0.34 | 0.60 | 33.53 | 0.2 | 0.33 |
| Hex | 65 | 56 | 43 | 0 | F | 22 | 3C | 22 | 14 | 21 |
| Octal | 145 | 126 | 103 | 0 | 17 | 42 | 74 | 42 | 24 | 41 |
| Binary | 1100101 | 1010110 | 1000011 | 0 | 1111 | 100010 | 111100 | 100010 | 10100 | 100001 |
Color Harmonies of #655643
Complementary color
Monochromatic Colors of #655643
Black with #655643
Text Example
Text Example
White with #655643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655643; }
p { color: rgb(101,86,67); }
H1.HeaderClassName
{
color: #655643;
}
.AnyTagClassName
{
color: #655643;
}
</style>
background-color css
<style>
a { background-color: #655643; }
a { background-color: rgb(101,86,67); }
div.DivClassName
{
background-color: #655643;
}
.BgClassName
{
background-color: #655643;
}
</style>
border-color css
<style>
span { border-color: #655643; }
span { border-color: rgb(101,86,67); }
td.TdClassName
{
border-color: #655643;
}
.TagClassName
{
border-color: #655643;
}
</style>