Shades of Judge Grey #655A43
Tints of Judge Grey #655A43
RGB
CMYK
RGB Variations
Color information
#655A43 (or 0x655A43) is known color: Judge Grey. HEX triplet: 65, 5A and 43. RGB value is (101,90,67). Sum of RGB (Red+Green+Blue) = 101+90+67=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #655A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A43 is #9AA5BC. Grayscale: #5A5A5A. Windows color (decimal): -10134973 or 4414053. OLE color: 4414053.
HSL color Cylindrical-coordinate representation of color #655A43: hue angle of 40.59º 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 #655A43 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 67 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.60 |
| HSL | 40.59º | 0.2% | 0.33% | - |
| HSV(B) | 40.59º | 0.34% | 0.4% | - |
| XYZ | 10.04 | 10.48 | 6.8 | - |
| YUV | 90.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 67 | 0 | 0.11 | 0.34 | 0.60 | 40.59 | 0.2 | 0.33 |
| Hex | 65 | 5A | 43 | 0 | B | 22 | 3C | 29 | 14 | 21 |
| Octal | 145 | 132 | 103 | 0 | 13 | 42 | 74 | 51 | 24 | 41 |
| Binary | 1100101 | 1011010 | 1000011 | 0 | 1011 | 100010 | 111100 | 101001 | 10100 | 100001 |
Color Harmonies of #655A43
Complementary color
Monochromatic Colors of #655A43
Black with #655A43
Text Example
Text Example
White with #655A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A43; }
p { color: rgb(101,90,67); }
H1.HeaderClassName
{
color: #655A43;
}
.AnyTagClassName
{
color: #655A43;
}
</style>
background-color css
<style>
a { background-color: #655A43; }
a { background-color: rgb(101,90,67); }
div.DivClassName
{
background-color: #655A43;
}
.BgClassName
{
background-color: #655A43;
}
</style>
border-color css
<style>
span { border-color: #655A43; }
span { border-color: rgb(101,90,67); }
td.TdClassName
{
border-color: #655A43;
}
.TagClassName
{
border-color: #655A43;
}
</style>