Shades of Judge Grey #655943
Tints of Judge Grey #655943
RGB
CMYK
RGB Variations
Color information
#655943 (or 0x655943) is known color: Judge Grey. HEX triplet: 65, 59 and 43. RGB value is (101,89,67). Sum of RGB (Red+Green+Blue) = 101+89+67=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #655943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655943 is #9AA6BC. Grayscale: #5A5A5A. Windows color (decimal): -10135229 or 4413797. OLE color: 4413797.
HSL color Cylindrical-coordinate representation of color #655943: hue angle of 38.82º 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 #655943 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 67 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.60 |
| HSL | 38.82º | 0.2% | 0.33% | - |
| HSV(B) | 38.82º | 0.34% | 0.4% | - |
| XYZ | 9.95 | 10.32 | 6.78 | - |
| YUV | 90.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 67 | 0 | 0.12 | 0.34 | 0.60 | 38.82 | 0.2 | 0.33 |
| Hex | 65 | 59 | 43 | 0 | C | 22 | 3C | 27 | 14 | 21 |
| Octal | 145 | 131 | 103 | 0 | 14 | 42 | 74 | 47 | 24 | 41 |
| Binary | 1100101 | 1011001 | 1000011 | 0 | 1100 | 100010 | 111100 | 100111 | 10100 | 100001 |
Color Harmonies of #655943
Complementary color
Monochromatic Colors of #655943
Black with #655943
Text Example
Text Example
White with #655943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655943; }
p { color: rgb(101,89,67); }
H1.HeaderClassName
{
color: #655943;
}
.AnyTagClassName
{
color: #655943;
}
</style>
background-color css
<style>
a { background-color: #655943; }
a { background-color: rgb(101,89,67); }
div.DivClassName
{
background-color: #655943;
}
.BgClassName
{
background-color: #655943;
}
</style>
border-color css
<style>
span { border-color: #655943; }
span { border-color: rgb(101,89,67); }
td.TdClassName
{
border-color: #655943;
}
.TagClassName
{
border-color: #655943;
}
</style>